Update termux.sh

pull/127/head
Who? 2025-03-16 22:36:00 +07:00 committed by GitHub
parent 2f7b7d0065
commit 1d69b7cfe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ eval 'export CFLAGS="-I/data/data/com.termux/files/usr/include/" && pip install
printf "\r\033[K\033[0;32mPillow installed!\e[0m\n"
echo -e "\033[0;96mDownloading source code...\033[0m"
eval "rm -rf ~/Hikka 2>/dev/null"
eval "rm -rf ~/Heroku 2>/dev/null"
eval "cd && git clone https://github.com/coddrago/Heroku && cd Heroku"
echo -e "\033[0;96mSource code downloaded!...\033[0m\n"
@ -42,9 +42,9 @@ if [[ -z "${NO_AUTOSTART}" ]]; then
printf "\r\033[K\033[0;32mAutostart enabled!\e[0m\n"
fi
echo -e "\033[0;96mStarting Hikka...\033[0m"
echo -e "\033[0;96mStarting Heroku...\033[0m"
echo -e "\033[2J\033[3;1f"
printf "\033[1;32mHikka is starting...\033[0m\n"
printf "\033[1;32mHeroku is starting...\033[0m\n"
eval "python3 -m hikka"