Skip to content

Commit

Permalink
v4.6.2 >> v4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
latestissue authored May 1, 2024
1 parent a6bf4cf commit 35fd085
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion scripts/altaera-check_for_updates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ case $response in
} &> /dev/null 2>&1;

if [ $(bash 'AltaeraAI/altaera-version_upstream.sh'
) = "v4.6.2" ]; then
) = "v4.6.3" ]; then
rm -rf 'AltaeraAI/altaera-version_upstream.sh'
bash 'AltaeraAI/altaera-up_to_date.sh'
exit
Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera-version_upstream.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

echo "v4.6.2"
echo "v4.6.3"

exit
2 changes: 1 addition & 1 deletion scripts/altaera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=20
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="Welcome!"
MENU="What would you like to do?"

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera_chn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=30
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="欢迎光临!"
MENU="你想做什么?"

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera_fr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=30
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="Bienvenue !"
MENU="Qu'aimeriez-vous faire ?"

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera_ger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=30
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="Willkommen!"
MENU="Was würden Sie gerne tun?"

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=30
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="Benvenuti!"
MENU="Cosa ti piacerebbe fare?"

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera_jpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=30
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="ようこそ"
MENU="何をしたいですか?"

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera_krn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=30
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="환영합니다!"
MENU="무엇을 하시겠습니까?"

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera_pol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=30
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="Witaj!"
MENU="Co chciałbyś zrobić?"

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera_por.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=30
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="Bem-vindo!"
MENU="O que é que gostaria de fazer?"

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera_rus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=30
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="Добро пожаловать!"
MENU="Чем бы Вы хотели заняться?"

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera_spa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=30
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="Bienvenido/a"
MENU="¿Qué te gustaría hacer?"

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera_ukr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd '/data/data/com.termux/files/home'
HEIGHT=30
WIDTH=60
CHOICE_HEIGHT=7
BACKTITLE="AltaeraAI - v4.6.2"
BACKTITLE="AltaeraAI - v4.6.3"
TITLE="Ласкаво просимо!"
MENU="Чим би ви хотіли займатися?"

Expand Down

0 comments on commit 35fd085

Please sign in to comment.