Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from Ferks-FK/Big_Update
Browse files Browse the repository at this point in the history
Major upgrade 🤠
  • Loading branch information
Ferks-FK authored Jan 18, 2022
2 parents e6daa82 + e6b8f00 commit 6428965
Show file tree
Hide file tree
Showing 11 changed files with 444 additions and 174 deletions.
18 changes: 7 additions & 11 deletions addons/version1.x/Bigger_Console/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e

#### Fixed Variables ####

SCRIPT_VERSION="v2.5"
SCRIPT_VERSION="v2.7"
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"

update_variables() {
Expand Down Expand Up @@ -158,17 +158,13 @@ print_brake 30
echo
case "$OS" in
debian | ubuntu)
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - && apt-get install -y nodejs
;;
centos)
[ "$OS_VER_MAJOR" == "7" ] && curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - && sudo yum install -y nodejs yarn
[ "$OS_VER_MAJOR" == "8" ] && curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - && sudo dnf install -y nodejs
;;
esac

if [ "$OS_VER_MAJOR" == "7" ]; then
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo yum install -y nodejs yarn
fi

if [ "$OS_VER_MAJOR" == "8" ]; then
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo dnf install -y nodejs
fi
}


Expand Down Expand Up @@ -286,7 +282,7 @@ fi
bye() {
print_brake 50
echo
echo -e "* ${GREEN}The addon ${YELLOW}Bigger Console${GREEN} was successfully installed."
echo -e "${GREEN}* The addon ${YELLOW}Bigger Console${GREEN} was successfully installed."
echo -e "* A security backup of your panel has been created."
echo -e "* Thank you for using this script."
echo -e "* Support group: ${YELLOW}$(hyperlink "$SUPPORT_LINK")${reset}"
Expand Down
18 changes: 7 additions & 11 deletions addons/version1.x/Files_In_Editor/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e

#### Fixed Variables ####

SCRIPT_VERSION="v2.5"
SCRIPT_VERSION="v2.7"
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"

#### Update Variables ####
Expand Down Expand Up @@ -158,17 +158,13 @@ print_brake 30
echo
case "$OS" in
debian | ubuntu)
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - && apt-get install -y nodejs
;;
centos)
[ "$OS_VER_MAJOR" == "7" ] && curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - && sudo yum install -y nodejs yarn
[ "$OS_VER_MAJOR" == "8" ] && curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - && sudo dnf install -y nodejs
;;
esac

if [ "$OS_VER_MAJOR" == "7" ]; then
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo yum install -y nodejs yarn
fi

if [ "$OS_VER_MAJOR" == "8" ]; then
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo dnf install -y nodejs
fi
}


Expand Down Expand Up @@ -260,7 +256,7 @@ fi
bye() {
print_brake 50
echo
echo -e "* ${GREEN}The addon ${YELLOW}Files In Editor${GREEN} was successfully installed."
echo -e "${GREEN}* The addon ${YELLOW}Files In Editor${GREEN} was successfully installed."
echo -e "* A security backup of your panel has been created."
echo -e "* Thank you for using this script."
echo -e "* Support group: ${YELLOW}$(hyperlink "$SUPPORT_LINK")${reset}"
Expand Down
18 changes: 7 additions & 11 deletions addons/version1.x/MC_Paste/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e

#### Fixed Variables ####

SCRIPT_VERSION="v2.5"
SCRIPT_VERSION="v2.7"
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
CONFIG_LINK="https://github.com/Ferks-FK/Pterodactyl-AutoAddons/blob/main/addons/version1.x/MC_Paste/CONFIG.MD"

Expand Down Expand Up @@ -157,17 +157,13 @@ print_brake 30
echo
case "$OS" in
debian | ubuntu)
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - && apt-get install -y nodejs
;;
centos)
[ "$OS_VER_MAJOR" == "7" ] && curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - && sudo yum install -y nodejs yarn
[ "$OS_VER_MAJOR" == "8" ] && curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - && sudo dnf install -y nodejs
;;
esac

if [ "$OS_VER_MAJOR" == "7" ]; then
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo yum install -y nodejs yarn
fi

if [ "$OS_VER_MAJOR" == "8" ]; then
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo dnf install -y nodejs
fi
}


Expand Down Expand Up @@ -301,7 +297,7 @@ fi
bye() {
print_brake 50
echo
echo -e "* ${GREEN}The addon ${YELLOW}MC Paste${GREEN} was successfully installed."
echo -e "${GREEN}* The addon ${YELLOW}MC Paste${GREEN} was successfully installed."
echo -e "* A security backup of your panel has been created."
echo -e "* Thank you for using this script."
echo -e "* Support group: ${YELLOW}$(hyperlink "$SUPPORT_LINK")${reset}"
Expand Down
18 changes: 7 additions & 11 deletions addons/version1.x/More_Buttons/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e

#### Fixed Variables ####

SCRIPT_VERSION="v2.5"
SCRIPT_VERSION="v2.7"
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
PMA=""

Expand Down Expand Up @@ -182,17 +182,13 @@ print_brake 30
echo
case "$OS" in
debian | ubuntu)
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - && apt-get install -y nodejs
;;
centos)
[ "$OS_VER_MAJOR" == "7" ] && curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - && sudo yum install -y nodejs yarn
[ "$OS_VER_MAJOR" == "8" ] && curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - && sudo dnf install -y nodejs
;;
esac

if [ "$OS_VER_MAJOR" == "7" ]; then
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo yum install -y nodejs yarn
fi

if [ "$OS_VER_MAJOR" == "8" ]; then
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo dnf install -y nodejs
fi
}


Expand Down Expand Up @@ -310,7 +306,7 @@ fi
bye() {
print_brake 50
echo
echo -e "* ${GREEN}The addon ${YELLOW}More Buttons${GREEN} was successfully installed."
echo -e "${GREEN}* The addon ${YELLOW}More Buttons${GREEN} was successfully installed."
echo -e "* A security backup of your panel has been created."
echo -e "* Thank you for using this script."
echo -e "* Support group: ${YELLOW}$(hyperlink "$SUPPORT_LINK")${reset}"
Expand Down
18 changes: 7 additions & 11 deletions addons/version1.x/More_Server_Info/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e

#### Fixed Variables ####

SCRIPT_VERSION="v2.3"
SCRIPT_VERSION="v2.7"
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"

#### Update Variables ####
Expand Down Expand Up @@ -151,17 +151,13 @@ print_brake 30
echo
case "$OS" in
debian | ubuntu)
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - && apt-get install -y nodejs
;;
centos)
[ "$OS_VER_MAJOR" == "7" ] && curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - && sudo yum install -y nodejs yarn
[ "$OS_VER_MAJOR" == "8" ] && curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - && sudo dnf install -y nodejs
;;
esac

if [ "$OS_VER_MAJOR" == "7" ]; then
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo yum install -y nodejs yarn
fi

if [ "$OS_VER_MAJOR" == "8" ]; then
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo dnf install -y nodejs
fi
}


Expand Down Expand Up @@ -230,7 +226,7 @@ verify_installation() {
bye() {
print_brake 50
echo
echo -e "* ${GREEN}The addon ${YELLOW}More Server Info${GREEN} was successfully installed."
echo -e "${GREEN}* The addon ${YELLOW}More Server Info${GREEN} was successfully installed."
echo -e "* A security backup of your panel has been created."
echo -e "* Thank you for using this script."
echo -e "* Support group: ${YELLOW}$(hyperlink "$SUPPORT_LINK")${reset}"
Expand Down
Loading

0 comments on commit 6428965

Please sign in to comment.