File tree Expand file tree Collapse file tree 8 files changed +375
-26
lines changed
Expand file tree Collapse file tree 8 files changed +375
-26
lines changed Original file line number Diff line number Diff line change 1212#
1313# #######################################################
1414
15- SCRIPT_VERSION=" v0.8. 9"
15+ SCRIPT_VERSION=" v0.9"
1616
1717
1818print_brake () {
@@ -101,6 +101,10 @@ FlancoTheme() {
101101bash <( curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION} /themes/version1.x/FlancoTheme/build.sh)
102102}
103103
104+ ParticlesLogin () {
105+ bash <( curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION} /themes/version1.x/ParticlesLogin/build.sh)
106+ }
107+
104108
105109while [ " $done " == false ]; do
106110 options=(
@@ -110,6 +114,7 @@ while [ "$done" == false ]; do
110114 " Install Twilight (Only 1.6.6)"
111115 " Install Zing Theme (Only 1.6.6)"
112116 " Install Flanco Theme (Only 1.6.6)"
117+ " Install Particles Login (Only 1.6.6)"
113118
114119
115120 " Cancel Installation"
@@ -122,6 +127,7 @@ while [ "$done" == false ]; do
122127 " Twilight"
123128 " ZingTheme"
124129 " FlancoTheme"
130+ " ParticlesLogin"
125131
126132
127133 " cancel"
Original file line number Diff line number Diff line change 1515
1616# ### Fixed Variables ####
1717
18- SCRIPT_VERSION=" v0.8. 9"
18+ SCRIPT_VERSION=" v0.9"
1919SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
2020
2121
@@ -143,16 +143,16 @@ print_brake 30
143143echo
144144case " $OS " in
145145debian | ubuntu)
146- curl -sL https://deb.nodesource.com/setup_14 .x | sudo -E bash - && apt-get install -y nodejs
146+ curl -sL https://deb.nodesource.com/setup_16 .x | sudo -E bash - && apt-get install -y nodejs
147147;;
148148esac
149149
150150if [ " $OS_VER_MAJOR " == " 7" ]; then
151- curl -sL https://rpm.nodesource.com/setup_14 .x | sudo -E bash - && sudo yum install -y nodejs yarn
151+ curl -sL https://rpm.nodesource.com/setup_16 .x | sudo -E bash - && sudo yum install -y nodejs yarn
152152fi
153153
154154if [ " $OS_VER_MAJOR " == " 8" ]; then
155- curl -sL https://rpm.nodesource.com/setup_14 .x | sudo -E bash - && sudo dnf install -y nodejs
155+ curl -sL https://rpm.nodesource.com/setup_16 .x | sudo -E bash - && sudo dnf install -y nodejs
156156fi
157157}
158158
Original file line number Diff line number Diff line change 1515
1616# ### Fixed Variables ####
1717
18- SCRIPT_VERSION=" v0.8. 9"
18+ SCRIPT_VERSION=" v0.9"
1919SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
2020
2121
@@ -143,16 +143,16 @@ print_brake 30
143143echo
144144case " $OS " in
145145debian | ubuntu)
146- curl -sL https://deb.nodesource.com/setup_14 .x | sudo -E bash - && apt-get install -y nodejs
146+ curl -sL https://deb.nodesource.com/setup_16 .x | sudo -E bash - && apt-get install -y nodejs
147147;;
148148esac
149149
150150if [ " $OS_VER_MAJOR " == " 7" ]; then
151- curl -sL https://rpm.nodesource.com/setup_14 .x | sudo -E bash - && sudo yum install -y nodejs yarn
151+ curl -sL https://rpm.nodesource.com/setup_16 .x | sudo -E bash - && sudo yum install -y nodejs yarn
152152fi
153153
154154if [ " $OS_VER_MAJOR " == " 8" ]; then
155- curl -sL https://rpm.nodesource.com/setup_14 .x | sudo -E bash - && sudo dnf install -y nodejs
155+ curl -sL https://rpm.nodesource.com/setup_16 .x | sudo -E bash - && sudo dnf install -y nodejs
156156fi
157157}
158158
Original file line number Diff line number Diff line change 1515
1616# ### Fixed Variables ####
1717
18- SCRIPT_VERSION=" v0.8. 9"
18+ SCRIPT_VERSION=" v0.9"
1919SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
2020
2121
@@ -143,16 +143,16 @@ print_brake 30
143143echo
144144case " $OS " in
145145debian | ubuntu)
146- curl -sL https://deb.nodesource.com/setup_14 .x | sudo -E bash - && apt-get install -y nodejs && sudo apt-get install -y zip
146+ curl -sL https://deb.nodesource.com/setup_16 .x | sudo -E bash - && apt-get install -y nodejs && sudo apt-get install -y zip
147147;;
148148esac
149149
150150if [ " $OS_VER_MAJOR " == " 7" ]; then
151- curl -sL https://rpm.nodesource.com/setup_14 .x | sudo -E bash - && sudo yum install -y nodejs yarn && sudo yum install -y zip
151+ curl -sL https://rpm.nodesource.com/setup_16 .x | sudo -E bash - && sudo yum install -y nodejs yarn && sudo yum install -y zip
152152fi
153153
154154if [ " $OS_VER_MAJOR " == " 8" ]; then
155- curl -sL https://rpm.nodesource.com/setup_14 .x | sudo -E bash - && sudo dnf install -y nodejs && sudo dnf install -y zip
155+ curl -sL https://rpm.nodesource.com/setup_16 .x | sudo -E bash - && sudo dnf install -y nodejs && sudo dnf install -y zip
156156fi
157157}
158158
You can’t perform that action at this time.
0 commit comments