feat(auto_updater.sh): adding auto updater like LibreX used to have
This commit is contained in:
parent
5e2cc89816
commit
5512e5da80
1 changed files with 6 additions and 0 deletions
6
auto_updater.sh
Normal file
6
auto_updater.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
while true; do
|
||||
git stash
|
||||
git pull
|
||||
sleep 60
|
||||
done
|
Loading…
Reference in a new issue