Skip to content

Commit

Permalink
Add penguins module
Browse files Browse the repository at this point in the history
  • Loading branch information
batden committed Dec 23, 2023
1 parent d699f7e commit e5d8601
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions elluminate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ CLONEVE="git clone https://git.enlightenment.org/enlightenment/enventor.git"
CLONEDI="git clone https://git.enlightenment.org/enlightenment/edi.git"
CLONENT="git clone https://git.enlightenment.org/vtorri/entice.git"
CLONEFT="git clone https://git.enlightenment.org/enlightenment/enlightenment-module-forecasts.git"
CLONEPN="git clone https://git.enlightenment.org/enlightenment/enlightenment-module-penguins.git"
CLONETE="git clone https://github.com/dimmus/eflete.git"

# “MN” stands for Meson——the Meson build system.
Expand All @@ -110,6 +111,7 @@ enventor
edi
entice
enlightenment-module-forecasts
enlightenment-module-penguins
eflete"

# Bug reporting: Uncomment the following (remove the leading # character) to force messages to
Expand Down Expand Up @@ -210,7 +212,7 @@ bin_deps() {
cnt_dir() {
COUNT=$(find . -mindepth 1 -maxdepth 1 -type d | wc -l)
case $COUNT in
13)
14)
printf "$BLG%s $OFF%s\n\n" "All programs have been downloaded successfully."
beep_dl_complete
sleep 2
Expand All @@ -233,8 +235,8 @@ cnt_dir() {
# you previously used.
fi

if [ $COUNT -lt 13 ]; then
printf "\n$BDY%s %s\n" "WARNING: ONLY $COUNT OF 13 PROGRAMS HAVE BEEN DOWNLOADED!"
if [ $COUNT -lt 14 ]; then
printf "\n$BDY%s %s\n" "WARNING: ONLY $COUNT OF 14 PROGRAMS HAVE BEEN DOWNLOADED!"
printf "\n$BDY%s $OFF%s\n\n" "WAIT 12 SECONDS OR HIT CTRL+C TO EXIT NOW."
beep_attention
sleep 12
Expand Down Expand Up @@ -702,6 +704,8 @@ install_now() {
$CLONENT
echo
$CLONEFT
echo
$CLONEPN
printf "\n\n$BLD%s $OFF%s\n\n" "Fetching source code from Dimmus' git repository..."
$CLONETE
echo
Expand Down

0 comments on commit e5d8601

Please sign in to comment.