From 24f88c3e011132a2c4ddb165fe9f0747c18c6d12 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 10 Aug 2023 18:39:07 -0700 Subject: [PATCH] updated custom.nix script and added sovran-pro-flake-update2 --- file_fixes_and_new_services/add-custom-nix.sh | 2 +- file_fixes_and_new_services/sovran-pro-flake-update2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/file_fixes_and_new_services/add-custom-nix.sh b/file_fixes_and_new_services/add-custom-nix.sh index 9744e31..f120a61 100644 --- a/file_fixes_and_new_services/add-custom-nix.sh +++ b/file_fixes_and_new_services/add-custom-nix.sh @@ -34,7 +34,7 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/add-custom-nix/completed #### MAIN SCRIPT #### -/run/current-system/sw/bin/touch /etc/nixos/custom.nix +touch /etc/nixos/custom.nix /run/current-system/sw/bin/cat > /etc/nixos/custom.nix <<- "EOF" diff --git a/file_fixes_and_new_services/sovran-pro-flake-update2.sh b/file_fixes_and_new_services/sovran-pro-flake-update2.sh index 9282b4f..b6cdf20 100644 --- a/file_fixes_and_new_services/sovran-pro-flake-update2.sh +++ b/file_fixes_and_new_services/sovran-pro-flake-update2.sh @@ -21,7 +21,7 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update2/compl #### CREATE INITIAL TAG #### -/run/current-system/sw/bin/mkdir -p /var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update ; touch /var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update2/started +/run/current-system/sw/bin/mkdir -p /var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update2 ; touch /var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update2/started if [[ $? != 0 ]]; then