Skip to content

Commit

Permalink
remove donation info - doesn't really work
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Nov 20, 2024
1 parent 41eb221 commit adbca2a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions proot-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2632,8 +2632,6 @@ command_help() {
msg "${CYAN}If you have issues with proot during installation or login, try${RST}"
msg "${CYAN}to set '${GREEN}PROOT_NO_SECCOMP=1${CYAN}' environment variable.${RST}"
msg
show_donate
msg
show_version
msg
}
Expand All @@ -2651,24 +2649,6 @@ show_version() {
msg "${ICYAN}Proot-Distro v${PROGRAM_VERSION} by Termux (@sylirre).${RST}"
}

#############################################################################
#
# FUNCTION TO PRINT VERSION STRING
#
# Prints version & author information. Used in functions for displaying
# usage info.
#
#############################################################################

show_donate() {
msg "${MAGENTA}Support development by donation and motivate us to bring new${RST}"
msg "${MAGENTA}features. We are accepting cryptocurrency:${RST}"
msg
msg "${MAGENTA}LTC: ltc1q2yne7e2p5ypf2ky0j3tg3vd6yktd5u57rmlly9${RST}"
msg
msg "${MAGENTA}TRX: TUP941DmHfrBNxvbcYkThx9hHrskU7FyTa${RST}"
}

#############################################################################
#
# ENTRY POINT
Expand Down

0 comments on commit adbca2a

Please sign in to comment.