This commit is contained in:
JaKooLit 2025-02-06 01:00:24 +09:00
parent 1a4c8dd1eb
commit 558916b8f5

View File

@ -79,6 +79,9 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_dependencies.log"
# Installation of main dependencies
printf "\n%s - Installing ${SKY_BLUE}main dependencies....${RESET} \n" "${NOTE}"
# modernized sources
sudo apt modernize-sources -y
for PKG in "${dependencies[@]}"; do
install_package "$PKG" "$LOG"
done