found it :)

This commit is contained in:
JaKooLit
2025-02-06 12:25:41 +09:00
parent 1e2704bc23
commit e9c5d3d4a6

View File

@@ -86,7 +86,6 @@ install_package() {
# Double check if package is installed # Double check if package is installed
if $ISAUR -Q "$1" &>> /dev/null ; then if $ISAUR -Q "$1" &>> /dev/null ; then
echo -e "${OK} Package ${YELLOW}$1${RESET} has been successfully installed!" echo -e "${OK} Package ${YELLOW}$1${RESET} has been successfully installed!"
printf "\n%.0s" {1..1}
else else
# Something is missing, exiting to review log # Something is missing, exiting to review log
echo -e "\n${ERROR} ${YELLOW}$1${RESET} failed to install :( , please check the install.log. You may need to install manually! Sorry I have tried :(" echo -e "\n${ERROR} ${YELLOW}$1${RESET} failed to install :( , please check the install.log. You may need to install manually! Sorry I have tried :("