added install script as well as auto-updates.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user