mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Moved scripts into scripts/
This commit is contained in:
parent
cedb24e74d
commit
a8f84076e1
11 changed files with 18 additions and 18 deletions
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;
|
Loading…
Add table
Add a link
Reference in a new issue