aboutsummaryrefslogtreecommitdiff
path: root/live
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-10 01:56:16 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-10 01:56:16 -0800
commita9d6afe9c3df4ef8bef2dd933b7c302754aca15e (patch)
tree28c18d02f6f8d129cfb60265df5669140c3b3015 /live
parent2779b842702d6565d73288adc72683f362db310e (diff)
reformat more things
Diffstat (limited to 'live')
-rw-r--r--live/iso.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/live/iso.nix b/live/iso.nix
index da21878..dd50681 100644
--- a/live/iso.nix
+++ b/live/iso.nix
@@ -131,11 +131,6 @@ if [ "$(id -u)" -eq 0 ]; then
exit 1
fi
-if [ ! -f "/tmp/secret.key" ]; then
- echo "ERROR: You must create a passphrase in /tmp/secret.key for full disk encryption."
- exit 1
-fi
-
if [ ! -d "$HOME/toughnix/" ]; then
cd $HOME
git clone https://git.nullring.xyz/toughnix.git