From 7fc6fcb5ee297db9d45a5c66d03b5fb39b785cb7 Mon Sep 17 00:00:00 2001 From: Tomas Mirchev Date: Tue, 25 Feb 2025 15:30:00 +0100 Subject: [PATCH] create projects dir for linux-vm --- setups/linux-vm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setups/linux-vm.sh b/setups/linux-vm.sh index 03ae7e3..7bcbf89 100755 --- a/setups/linux-vm.sh +++ b/setups/linux-vm.sh @@ -19,6 +19,7 @@ if ! sudo -v; then exit 1 fi +mkdir ~/projects # /bin/bash ./scripts/linux-setup_sudoers.sh /bin/bash ./scripts/linux-change_hostname.sh "$NEW_HOSTNAME"