7 lines
269 B
Bash
Executable file
7 lines
269 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# [[file:readme.org::bare_install][bare_install]]
|
|
# [[file:readme.org::bare_install][installing]]
|
|
echo "LOG: Installing NixOS"
|
|
sudo nixos-install --flake /etc/nixos#Infini-FRAMEWORK --no-root-password
|
|
# installing ends here
|
|
# bare_install ends here
|