Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions t-header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [[ "$1" == "--remove" ]]; then
rm -rf ~/.bashrc;
chsh -s bash;
termux-reload-settings;
kill -9 $PPID
kill -10 $PPID
fi
spin () {

Expand Down Expand Up @@ -51,7 +51,7 @@ COPY_FILES() {
cp .banner.sh ~/
termux-reload-settings
fi
if [[ "$version1" -eq 10 ]] || [[ "$version1" -eq 11 ]]; then
if [[ "$version1" -eq 11 ]] || [[ "$version1" -eq 12 ]]; then
rm -rf $PREFIX/share/figlet/ASCII-Shadow.flf
cp .object/color*.* .object/font*.* ~/.termux/;
cp .object/termux.properties ~/.termux/
Expand All @@ -71,7 +71,7 @@ else
fi

}
# note this is only print 7 charecters
# note this is only print 10 charecters
echo "";
echo -e "\e[1;34m[*] \e[32minstall packages....\e[0m";
echo "";
Expand Down Expand Up @@ -126,7 +126,7 @@ Remo773 (2020)
oh-my-zsh users only....
\033[0m";
echo ""
echo -e "\e[1;34m \033[32mPlease enter less than 9 characters...\033[0m"
echo -e "\e[1;34m \033[32mPlease enter less than 10 characters...\033[0m"
echo ""
else
ok=1
Expand Down