Small update on install scripts

This commit is contained in:
JaKooLit
2023-12-30 21:00:01 +09:00
parent 2c8edda4f2
commit 9c80e88985
4 changed files with 14 additions and 6 deletions

View File

@@ -14,6 +14,12 @@ ORANGE=$(tput setaf 166)
YELLOW=$(tput setaf 3)
RESET=$(tput sgr0)
# Create Directory for Install Logs
if [ ! -d Install-Logs ]; then
mkdir Install-Logs
fi
# Function for installing packages
install_package_pacman() {
# Checking if package is already installed