mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-26 06:52:01 +02: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
|
if [ -z "$host" ]; then
|
||||||
host="nixvasion"
|
host="nixvasion"
|
||||||
fi
|
fi
|
||||||
sed -i "/^\s*host[[:space:]]*=[[:space:]]*\"/s/\"\(.*\)\"/\"$host\"/" ./flake.nix
|
|
||||||
|
|
||||||
echo "-----"
|
echo "-----"
|
||||||
|
|
||||||
@ -36,6 +35,7 @@ echo "Cloning & Entering ZaneyOS Repository"
|
|||||||
git clone https://gitlab.com/zaney/zaneyos.git
|
git clone https://gitlab.com/zaney/zaneyos.git
|
||||||
cd zaneyos || exit
|
cd zaneyos || exit
|
||||||
mv hosts/default hosts/$host
|
mv hosts/default hosts/$host
|
||||||
|
sed -i "/^\s*host[[:space:]]*=[[:space:]]*\"/s/\"\(.*\)\"/\"$host\"/" ./flake.nix
|
||||||
|
|
||||||
echo "-----"
|
echo "-----"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user