Paru bug fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user