diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..4ff8800 --- /dev/null +++ b/update.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +git pull +sleep 1 +sudo nixos-rebuild switch --flake .#unkown + +echo -e "Update Completed!" +./update-report.sh