This website requires JavaScript.
Explore
Help
Register
Sign In
exu
/
configs
Watch
1
Star
0
Fork
0
You've already forked configs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
360b736410
configs
/
nixos-config
/
update.sh
8 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Add update script
2023-04-16 20:25:58 +02:00
#!/usr/bin/env sh
set
-euo pipefail
Use git to update configs
2023-04-16 20:34:42 +02:00
git fetch -a
git reset --hard
git clean -fd
git pull
Reference in New Issue
Copy Permalink