Skip to content

Commit

Permalink
Simple way for user to update client
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxfoo committed Aug 30, 2017
1 parent 1cd2bbf commit cb87fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/mirrorcast-autoupdater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

wget http://epick.org/mirrorcast/mirrorcast-latest.deb -O /tmp/mirrorcast-latest.deb

gksudo dpkg -i -E /tmp/mirrorcast-latest.deb
cp /opt/mirrorcast/receivers /tmp/

python3 /opt/mirrorcast/mirrorcast-client.py &
gksudo -- bash -c 'dpkg -i -E /tmp/mirrorcast-latest.deb; cp /tmp/receivers /opt/mirrorcast/'

0 comments on commit cb87fa9

Please sign in to comment.