Skip to content

Commit a48606a

Browse files
committed
Add to making the directory, since otherwise this is not allowed due to permission rights
1 parent 7ff9756 commit a48606a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpi/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function installBrowser() {
4141
chromium-browser
4242

4343
# Enable Auto-Login on console
44-
mkdir -p /etc/systemd/system/[email protected]
44+
sudo mkdir -p /etc/systemd/system/[email protected]
4545
sudo cp "${SCRIPT_DIR}/autologin.conf" /etc/systemd/system/[email protected]/autologin.conf
4646

4747
# Configure to run browser when X starts

0 commit comments

Comments
 (0)