This file contains 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
# my-arch-setup | |
Step by step commands for set up my arch | |
## Load into live-system virtual console | |
### First of all connect to wifi | |
turn on the network interface (wlan0) | |
``` | |
ip link set wlan0 up | |
``` |