Update termux.sh

pull/53/head
Who? 2024-12-30 00:18:49 +07:00 committed by GitHub
parent 28a7959206
commit ab10360203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
echo -e "\033[2J\033[3;1f"
eval "cat ~/Hikka/assets/download.txt"
printf "\n\n\033[1;35mHikka is being installed... ✨\033[0m"
eval "cat ~/Heroku/assets/download.txt"
printf "\n\n\033[1;35mHeroku is being installed... ✨\033[0m"
echo -e "\n\n\033[0;96mInstalling base packages...\033[0m"
@ -24,7 +24,7 @@ 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 "cd && git clone https://github.com/coddrago/Hikka && cd Hikka"
eval "cd && git clone https://github.com/coddrago/Heroku && cd Heroku"
echo -e "\033[0;96mSource code downloaded!...\033[0m\n"
printf "\r\033[0;34mInstalling requirements...\e[0m"
@ -37,7 +37,7 @@ if [[ -z "${NO_AUTOSTART}" ]]; then
printf "\n\r\033[0;34mConfiguring autostart...\e[0m"
eval "echo '' > ~/../usr/etc/motd &&
echo 'clear && . <(wget -qO- https://github.com/hikariatama/Hikka/raw/master/banner.sh) && cd ~/Hikka && python3 -m hikka' > ~/.bash_profile"
echo 'clear && cd ~/Heroku && python3 -m hikka' > ~/.bash_profile"
printf "\r\033[K\033[0;32mAutostart enabled!\e[0m\n"
fi