From e13cc1528c9d4fcc3b3ee6326a386dda8b2bf9ee Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 18 Mar 2023 18:13:26 +0100 Subject: [PATCH] allow set dir --- config/1stRun.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/1stRun.sh b/config/1stRun.sh index 0ea5afc..875b7d4 100755 --- a/config/1stRun.sh +++ b/config/1stRun.sh @@ -21,7 +21,8 @@ sudo cp ../dh ../quickget ../quickemu ../macrecovery ../windowskey /usr/bin/ # Renew VMs "$CONFIG_DIR/renew.sh" + # Set VMs dir -#"$CONFIG_DIR/set_dir.sh" +"$CONFIG_DIR/set_dir.sh" echo "Done"