diff --git a/system/install-studio.sh b/system/install-studio.sh index e2e14fa..4e01328 100755 --- a/system/install-studio.sh +++ b/system/install-studio.sh @@ -23,7 +23,7 @@ apt-get install -y git build-essential gcc python3-dev python3-pip python3-venv # Get files cd $WORKING_DIR -git clone https://github.com/jr-k/obscreen.git +git clone https://github.com/csmith1865/obscreen.git cd obscreen # Install application dependencies @@ -44,7 +44,7 @@ chown -R $OWNER:$OWNER ./ # Automount script for external storage # ============================================================ -curl https://raw.githubusercontent.com/jr-k/obscreen/master/system/external-storage/10-obscreen-media-automount.rules | sed "s#/home/pi#$WORKING_DIR#g" | tee /etc/udev/rules.d/10-obscreen-media-automount.rules +curl https://raw.githubusercontent.com/csmith1865/obscreen/master/system/external-storage/10-obscreen-media-automount.rules | sed "s#/home/pi#$WORKING_DIR#g" | tee /etc/udev/rules.d/10-obscreen-media-automount.rules udevadm control --reload-rules systemctl restart udev udevadm trigger