mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-19 01:50:49 +01:00
Fix broken flake.nix reference
This commit is contained in:
parent
81872813fe
commit
c3667f9afa
@ -28,7 +28,6 @@ read -p "Enter Your New Host: [ nixvasion ] " host
|
||||
if [ -z "$host" ]; then
|
||||
host="nixvasion"
|
||||
fi
|
||||
sed -i "/^\s*host[[:space:]]*=[[:space:]]*\"/s/\"\(.*\)\"/\"$host\"/" ./flake.nix
|
||||
|
||||
echo "-----"
|
||||
|
||||
@ -36,6 +35,7 @@ echo "Cloning & Entering ZaneyOS Repository"
|
||||
git clone https://gitlab.com/zaney/zaneyos.git
|
||||
cd zaneyos || exit
|
||||
mv hosts/default hosts/$host
|
||||
sed -i "/^\s*host[[:space:]]*=[[:space:]]*\"/s/\"\(.*\)\"/\"$host\"/" ./flake.nix
|
||||
|
||||
echo "-----"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user