Skip to content

Commit

Permalink
simple way for user to update to newer version of mirrorcast
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxfoo committed Aug 30, 2017
1 parent 9a58d51 commit 1cd2bbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/mirrorcast-autoupdater.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

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

gksudo dpkg -i -E /tmp/mirrorcast-latest.deb

python3 /opt/mirrorcast/mirrorcast-client.py &

0 comments on commit 1cd2bbf

Please sign in to comment.