Updated git location
This commit is contained in:
parent
e278b9df6a
commit
edbc159fad
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user