Skip to content

Commit c87999d

Browse files
committed
🐛 ALWAYS install the user-fix
We had to adjust some things in there because we no longer have to fix up webcamd related things, and so the script needs to be updated here even if it's already included. Closes #8
1 parent 4f38df7 commit c87999d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/80-install-user-fix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ export LC_ALL=C
66
source /common.sh
77
install_cleanup_trap
88

9-
# if we already have the user-fix installed, we don't need to do anything
10-
[ -f '/root/bin/user-fix' ] && exit 0
9+
# this is intentionally commented out because our user-fix script has
10+
# to be changed compared the one already shipping with OctoPi
11+
#[ -f '/root/bin/user-fix' ] && exit 0
1112

1213
# we need to install virtualenv-tools3, so let's get pip and that
1314
apt-get install -y python3-pip

0 commit comments

Comments
 (0)