feat(auto_updater.sh): adding auto updater like LibreX used to have

This commit is contained in:
Ahwx 2023-09-07 17:59:39 +02:00 committed by GitHub
parent 5e2cc89816
commit 5512e5da80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
auto_updater.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
while true; do
git stash
git pull
sleep 60
done