aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODOs.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODOs.org b/TODOs.org
index 378c33e..42e9f52 100644
--- a/TODOs.org
+++ b/TODOs.org
@@ -30,7 +30,10 @@ Add =publishScript= derivation and run it in builds.sr.ht.
**** DOING Partition, format and encrypt
**** TODO Properly document (in README?) how to connect to the internet
#+BEGIN_SOURCE bash
-$ wpa_supplicant -B -i wlp2s0 -c <(wpa_passphrase SSID PASSPHRASE)
+wpa_supplicant -B -i wlp2s0 -c <(wpa_passphrase SSID PASSPHRASE)
+curl https://euandre.org/dotfiles/nixos/install.sh > install.sh
+chmod +x ./install.sh
+./install.sh
#+END_SOURCE
*** TODO Setup phase
**** TODO Fix bootstrap order of installing and importing packages