Deprecates code

This commit is contained in:
Sàm Héaclou Niholas Wa-Londrois 2025-03-17 18:04:26 +01:00
parent 0d60f75d69
commit 15d7584804

View file

@ -320,7 +320,8 @@ function eal.notification.installing() {
echo "I: -- The installer is now installing the package $EIR_PKG --" && sleep 0.2 echo "I: -- The installer is now installing the package $EIR_PKG --" && sleep 0.2
} }
function eal.notification.extracting() { function eal.notification.extracting() {
echo "I: -- The installer is now extracting the necessary archives for $EIR_PKG --" && sleep 0.2 # echo "I: -- The installer is now extracting the necessary archives for $EIR_PKG --" && sleep 0.2
echo "I: -- Assumes package is already extracted. --"
} }
function eal.emergencyAlert() { function eal.emergencyAlert() {
echo -e "\a" && sleep 0.1 && echo -e "\07" && sleep 0.1 && tput bel echo -e "\a" && sleep 0.1 && echo -e "\07" && sleep 0.1 && tput bel