create projects dir for linux-vm

This commit is contained in:
Tomas Mirchev 2025-02-25 15:30:00 +01:00
parent 5b0c0e2045
commit 7fc6fcb5ee

View File

@ -19,6 +19,7 @@ if ! sudo -v; then
exit 1 exit 1
fi fi
mkdir ~/projects
# /bin/bash ./scripts/linux-setup_sudoers.sh # /bin/bash ./scripts/linux-setup_sudoers.sh
/bin/bash ./scripts/linux-change_hostname.sh "$NEW_HOSTNAME" /bin/bash ./scripts/linux-change_hostname.sh "$NEW_HOSTNAME"