nixcfg/update.sh
2024-11-06 01:06:29 +03:00

8 lines
129 B
Bash
Executable file

#!/usr/bin/env bash
git pull
sleep 1
sudo nixos-rebuild switch --flake .#unkown
echo -e "Update Completed!"
./update-report.sh