pull build script
This commit is contained in:
parent
d7825e1058
commit
4707437c3e
1 changed files with 8 additions and 0 deletions
8
update.sh
Executable file
8
update.sh
Executable file
|
@ -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
|
Loading…
Reference in a new issue