Skip to content

Commit

Permalink
configure welcome text for Android AppStudio
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAnDroidCoder committed Jul 30, 2024
1 parent bdd5a20 commit 2c89be2
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions motds/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ motd:

@echo "Welcome to Android AppStudio!" > motd
@echo "" >> motd
@echo "Social" >> motd
@echo "" >> motd
@echo "Discord: https://discord.gg/RM5qaZs4kd" >> motd
@echo "Instagram: https://www.instagram.com/innovative_cst" >> motd
@echo "YouTube: https://youtube.com/@innovative-cst" >> motd
@echo "X: https://x.com/Innovative_cst" >> motd
@echo "" >> motd
@echo "Donate" >> motd
@echo "" >> motd
@echo "Patreon: https://www.patreon.com/DevKumar" >> motd
@echo "" >> motd

@echo "" >> motd
@echo "Working with packages:" >> motd
Expand All @@ -53,16 +64,6 @@ motd:
@echo " - Install: pkg install <package>" >> motd
@echo " - Upgrade: pkg upgrade" >> motd

ifeq ($(TERMUX_PACKAGE_MANAGER),apt)
@echo "" >> motd
@echo "Subscribing to additional repositories:" >> motd
@echo "" >> motd
@echo " - Root: pkg install root-repo" >> motd
@echo " - X11: pkg install x11-repo" >> motd
@echo "" >> motd
@echo "For fixing any repository issues," >> motd
@echo "try 'termux-change-repo' command." >> motd
endif

@echo "" >> motd
@echo "Report issues at https://termux.dev/issues" >> motd
@echo "Report packages issues at https://github.com/Innovative-CST/termux-packages/issues" >> motd
@echo "Report app issues at https://github.com/Innovative-CST/AndroidAppStudio/issues" >> motd

0 comments on commit 2c89be2

Please sign in to comment.