Wiki page arch_linux changed with summary [add wifi option after reboot] by Daniel

This commit is contained in:
ORG-wiki 2022-06-13 20:53:30 +12:00
parent a39ed88728
commit 89e20452a9

View file

@ -361,4 +361,12 @@ umount -R /mnt
reboot reboot
</code> </code>
=== (Optional) Connect to wifi if needed ===
<code>
nmcli d wifi list
nmcli dev wifi connect SSID password 'password'
</code>
<alert type="info">Congratulation 🍻 The server part is done! Continue with [[en:desktop:environments:kde|KDE]] if you want to install a desktop environment. Also create a [[en:backup:server|backup]].</alert> <alert type="info">Congratulation 🍻 The server part is done! Continue with [[en:desktop:environments:kde|KDE]] if you want to install a desktop environment. Also create a [[en:backup:server|backup]].</alert>