From 061e3f57a7bf1213640a7bfcf01632bfe581e50b Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 25 Jan 2023 18:27:39 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 79aa886..3e027c3 100644 --- a/install.sh +++ b/install.sh @@ -129,8 +129,8 @@ if [ $deviceChoice = 2 ]; then fi if [ $deviceChoice = 3 ]; then - curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/systems/pinebook-pro.nix > pinebook-pro.nix; sudo mv -f pinebook-pro.nix /mnt/etc/nixos/ - sudo sed -i "10 i \ ./pinebook-pro.nix" /mnt/etc/nixos/configuration.nix + curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/systems/pbp.nix > pbp.nix; sudo mv -f pbp.nix /mnt/etc/nixos/ + sudo sed -i "10 i \ ./pbp.nix" /mnt/etc/nixos/configuration.nix fi fi