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
[Enable AUR] | |
Note: Don't do it with the `root` account. makepkg refuses to run under root. | |
sudo pacman -S git base-devel | |
sudo pacman -S git | |
git clone https://aur.archlinux.org/yay.git | |
cd yay | |
makepkg -si | |
[Enable RDP] |