1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-16 14:14:42 -04:00

Update install.sh

Removed version number since it is unnecessary
This commit is contained in:
TommyTran732 2020-07-15 18:26:34 -04:00 committed by GitHub
parent 87422c9fbf
commit aba4d023a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,8 @@ warn(){
echo -e '\e[31m'$1'\e[0m';
}
version=v1.0
preflight(){
output "Pterodactyl Installation & Upgrade Script ${version}"
output "Pterodactyl Installation & Upgrade Script"
output "Copyright © 2020 Thien Tran <contact@thientran.io>."
output "Please join my Discord for community support: https://thientran.io/discord"
output ""