We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d663324 commit b43a229Copy full SHA for b43a229
image/scripts/os2borgerpc_setup.sh
@@ -115,7 +115,10 @@ figlet "=== About to run assorted OS2borgerPC scripts from the scripts repo ==="
115
git clone --depth 1 https://github.com/OS2borgerPC/os2borgerpc-core-scripts.git
116
117
# Cloned script directory
118
-SCRIPT_DIR="/scripts"
+SCRIPT_DIR="/os2borgerpc-core-scripts/scripts"
119
+
120
+# Make sure all scripts are executable
121
+chmod +x $SCRIPT_DIR/*
122
123
# Initially disable unattended upgrades to prevent problems with firstboot script
124
"$SCRIPT_DIR/apt_periodic_control.sh" false
0 commit comments