Updated git location

This commit is contained in:
csmith1865 2024-10-14 15:02:41 +00:00
parent e278b9df6a
commit edbc159fad

View File

@ -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