commit 6a6d5b763802097c96acdfc4597880baf1f31dab
parent c0dfe248d0645ae2c5169ee042968aea7d3a5144
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Thu, 4 Aug 2022 22:10:19 +0200
fix: update first to prevent conflicts
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/bootstrap.sh b/bootstrap.sh
@@ -21,7 +21,7 @@ mv /etc/resolv.conf /etc/resolv.conf.bck
echo "nameserver 8.8.8.8" > /etc/resolv.conf
# Sync packages
-pacman -Syy --noconfirm
+pacman -Syu --noconfirm
pacman -S parted man sudo unzip inetutils jq docker nfs-utils --noconfirm
# Disable software rng and enable docker
@@ -76,4 +76,4 @@ EOF
chown -R $USERNAME "/home/${USERNAME}/.ssh"
chmod 700 "/home/${USERNAME}/.ssh"
-chmod 600 "/home/${USERNAME}/.ssh/authorized_keys"
-\ No newline at end of file
+chmod 600 "/home/${USERNAME}/.ssh/authorized_keys"