add autoaupdater, update readme

autoupdater using systemd timer and service.
This commit is contained in:
2026-04-23 23:28:27 -04:00
parent 5956c624e5
commit 1b01af8649
6 changed files with 85 additions and 16 deletions

View File

@@ -3,8 +3,8 @@
while [[ $# -gt 0 ]]; do
case $1 in
-u|--update)
echo "Updating tetosong..."
bash <(curl -s https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/main/installer.sh)
echo "Downloading tetosong updater..."
bash <(curl -s https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/main/autoupdater/updater.sh)
shift
exit 0
;;