diff --git a/deploy.sh b/deploy.sh index 9fd787d..958496c 100755 --- a/deploy.sh +++ b/deploy.sh @@ -33,7 +33,7 @@ if [ ! -d ".git" ]; then else echo "Pulling latest changes..." git fetch origin - git reset --hard origin/main + git reset --hard origin/master fi # Fix permissions for /boot partition (FAT32)