added install script as well as auto-updates.

This commit is contained in:
2026-05-17 15:17:39 +02:00
parent 38c11b2e56
commit ca935ca511
6 changed files with 95 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
state=$(cat ~/.config/SDGupdate.state)
if [ "$state" == "on" ]; then
cd /home/$(whoami)/SDG-OS
git pull
mmsg -d reload-config
fi