diff options
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ if [ ! -e /home/$USE/.ssh/id_rsa ]; then sudo -u $USE ssh-keygen; fi sh regional.sh # Region specific setup hwclock --systohc +locale-gen sh mod.sh systemctl enable wpa_supplicant@wlp3s0 |