10 lines
137 B
Bash
10 lines
137 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
rpm-ostree install \
|
||
|
|
make \
|
||
|
|
gnome-tweaks \
|
||
|
|
net-tools \
|
||
|
|
yubikey-manager \
|
||
|
|
tailscale \
|
||
|
|
NetworkManager-tui
|