Last active
December 20, 2022 04:20
-
-
Save mnuddindev/d33c3d99d0412032abd2e56af96bf66d to your computer and use it in GitHub Desktop.
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
| sudo nano /etc/pacman.d/mirrorlist | |
| sudo pacman -Sy archlinux-keyring && sudo pacman -Syyu | |
| useradd --create-home dev | |
| passwd dev | |
| sudo -lU dev | |
| usermod -aG wheel dev | |
| nano /etc/sudoers/ | |
| Find and uncomment the following line: "%wheel ALL=(ALL) ALL" | |
| Find and uncomment the following line: " %sudo ALL=(ALL) ALL" | |
| Add the line "qiusheng ALL=(ALL) ALL" after "root ALL=(ALL) ALL" | |
| Open windows terminal (windows powershell) | |
| Arch config --default-user dev | |
| sudo pacman -S git base-devel wget | |
| git clone https://aur.archlinux.org/yay.git | |
| cd yay | |
| makepkg -si |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment