be user agnostic
This commit is contained in:
parent
8fd7a8ed12
commit
da5705115d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ main() {
|
|||
sudo sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 3/g" /etc/pacman.conf
|
||||
|
||||
# === Remove SU password ==
|
||||
echo -e "\n# Disable password for specific user\nanri ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers > /dev/null
|
||||
echo -e "\n# Disable password for specific user\n$USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers > /dev/null
|
||||
|
||||
# === Paru ==
|
||||
git clone https://aur.archlinux.org/paru.git
|
||||
|
|
Loading…
Reference in a new issue