From 8fd7a8ed125e926e4a73df49ec8bebe4da61e13f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 19 Dec 2023 15:20:31 +0100 Subject: [PATCH] add an empty line --- arch_wsl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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