Paru bug fix

This commit is contained in:
2024-01-03 21:30:34 +00:00
parent 4cd1408c4d
commit 1c90208ecd

View File

@@ -24,7 +24,6 @@ if ask "Choose best mirrors (LONG TIME)?"; then
fi
# Install paru
if ask "Install paru (AUR)?"; then
paru=$(pacman -Q paru)
if [[ -n "$paru" ]]; then
echo -e "\e[32m[I] Paru is already installed.\e[0m"
@@ -36,7 +35,7 @@ if ask "Install paru (AUR)?"; then
cd .. && \
rm -rf paru"
fi
fi
read -p "Press enter to continue."
# Enable bluetooth support
if ask "Enable bluetooth?"; then