From 33437304820a356f87e43f6a724c8eb4e44e6573 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 25 Jan 2023 19:39:06 +0000 Subject: [PATCH] Update install.sh --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 3e027c3..1d0ae7e 100644 --- a/install.sh +++ b/install.sh @@ -129,8 +129,9 @@ if [ $deviceChoice = 2 ]; then fi if [ $deviceChoice = 3 ]; then - 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 + curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/systems/pinebook-pro.nix > configuration.nix; sudo mv -f configuration.nix /mnt/etc/nixos/ + #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