mirror of
https://github.com/kevadesu/TylkoLinux.git
synced 2025-07-12 15:09:24 +02:00
Deprecates code
This commit is contained in:
parent
0d60f75d69
commit
15d7584804
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue