Last active
July 25, 2025 20:19
-
-
Save davidpeach/71de7a956f913805b65911fee3050c68 to your computer and use it in GitHub Desktop.
Arch Linux Installation on EFI laptop (Thinkpad T470)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make a bootable usb stick with the latest version of Arch Linux on. | |
# Plug to into computer and boot. | |
# Connecting to Internet (wifi) | |
iwctl device list | |
iwctl station wlan0 scan | |
iwctl station wlan0 get-networks | |
iwctl --passphrase <YOUR_PASSPHRASE> station wlan0 connect <YOUR_SSID> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment