quite possibly ready for testing?

This commit is contained in:
JaKooLit
2025-02-05 08:45:49 +09:00
parent e320af02c8
commit e35d66658c
4 changed files with 5 additions and 8 deletions

View File

@@ -65,7 +65,6 @@ install_package_pacman() {
echo -e "${OK} Package ${YELLOW}$1${RESET} has been successfully installed!"
else
echo -e "\n${ERROR} ${YELLOW}$1${RESET} failed to install. Please check the $LOG. You may need to install manually."
exit 1
fi
fi
}
@@ -92,7 +91,6 @@ install_package() {
else
# 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 :("
exit 1
fi
fi
}