Skip to content

Commit ccef0c7

Browse files
committed
Update 👀
1 parent 9b0a657 commit ccef0c7

File tree

8 files changed

+375
-26
lines changed

8 files changed

+375
-26
lines changed

install.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -e
1212
#
1313
########################################################
1414

15-
SCRIPT_VERSION="v0.8.9"
15+
SCRIPT_VERSION="v0.9"
1616

1717

1818
print_brake() {
@@ -101,6 +101,10 @@ FlancoTheme() {
101101
bash <(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

105109
while [ "$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"

themes/version1.x/Dracula/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515

1616
#### Fixed Variables ####
1717

18-
SCRIPT_VERSION="v0.8.9"
18+
SCRIPT_VERSION="v0.9"
1919
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
2020

2121

@@ -143,16 +143,16 @@ print_brake 30
143143
echo
144144
case "$OS" in
145145
debian | 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
;;
148148
esac
149149

150150
if [ "$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
152152
fi
153153

154154
if [ "$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
156156
fi
157157
}
158158

themes/version1.x/Enola/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515

1616
#### Fixed Variables ####
1717

18-
SCRIPT_VERSION="v0.8.9"
18+
SCRIPT_VERSION="v0.9"
1919
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
2020

2121

@@ -143,16 +143,16 @@ print_brake 30
143143
echo
144144
case "$OS" in
145145
debian | 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
;;
148148
esac
149149

150150
if [ "$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
152152
fi
153153

154154
if [ "$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
156156
fi
157157
}
158158

themes/version1.x/FlancoTheme/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515

1616
#### Fixed Variables ####
1717

18-
SCRIPT_VERSION="v0.8.9"
18+
SCRIPT_VERSION="v0.9"
1919
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
2020

2121

@@ -143,16 +143,16 @@ print_brake 30
143143
echo
144144
case "$OS" in
145145
debian | 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
;;
148148
esac
149149

150150
if [ "$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
152152
fi
153153

154154
if [ "$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
156156
fi
157157
}
158158

2.18 KB
Binary file not shown.

0 commit comments

Comments
 (0)