Removed phoenix script, added and refactored some scripts
This commit is contained in:
10
upgrade.sh
Executable file
10
upgrade.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Script to update system and sync
|
||||
# Does not pull changes from git
|
||||
|
||||
# Update flake
|
||||
~/.dotfiles/update.sh;
|
||||
|
||||
# Synchronize system
|
||||
~/.dotfiles/sync.sh;
|
Reference in New Issue
Block a user