diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-04 13:43:24 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-02-04 13:43:24 +0100 |
commit | 4f7f6cee15cc4374319b722472beae635531ff90 (patch) | |
tree | 7346281609976b5a6df0a93ad77f0cb9c14f5af7 /install-arch.sh | |
parent | 0fd1c427a33822eb9b88b0a1118ddfff23aba6fc (diff) |
Fix iwctl command
Diffstat (limited to 'install-arch.sh')
-rw-r--r-- | install-arch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-arch.sh b/install-arch.sh index 6f9cc4b..5a971e2 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -13,7 +13,7 @@ # mkfs.ext4 /dev/$PART # mkswap /dev/$SWAP -# iwctl --passphrase $PHRASE wlan0 connect $SSID +# iwctl --passphrase $PHRASE station wlan0 connect $SSID PART= |