add an empty line

This commit is contained in:
Mylloon 2023-12-19 15:20:31 +01:00
parent 4b44abc563
commit 8fd7a8ed12
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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