Useless sudo

This commit is contained in:
treatmeniceplz 2022-04-14 16:24:52 -04:00 committed by GitHub
parent d733f961b3
commit 452383b8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if [[ ! $DESKTOP_ENV == server ]]; then
continue continue
fi fi
echo "INSTALLING: ${line}" echo "INSTALLING: ${line}"
sudo pacman -S --noconfirm --needed ${line} pacman -S --noconfirm --needed ${line}
done done
fi fi
echo -ne " echo -ne "