Moved scripts into scripts/
This commit is contained in:
12
scripts/upgrade.sh
Executable file
12
scripts/upgrade.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Script to update system and sync
|
||||
# Does not pull changes from git
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
# Update flake
|
||||
$SCRIPT_DIR/update.sh;
|
||||
|
||||
# Synchronize system
|
||||
$SCRIPT_DIR/sync.sh;
|
Reference in New Issue
Block a user