diff --git a/arch_wsl.sh b/arch_wsl.sh index 615b305..2c36378 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -54,7 +54,7 @@ main() { sudo sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 3/g" /etc/pacman.conf # === Remove SU password == - echo -e "# 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\nanri ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers > /dev/null # === Paru == git clone https://aur.archlinux.org/paru.git