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