Skip to content

Commit 9bdde76

Browse files
committed
Update
1 parent c05f6a1 commit 9bdde76

File tree

4 files changed

+4
-309
lines changed

4 files changed

+4
-309
lines changed

install.sh

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

15-
SCRIPT_VERSION="v0.9"
15+
SCRIPT_VERSION="v1.0"
1616

1717

1818
print_brake() {
-2.18 KB
Binary file not shown.

themes/version1.x/ParticlesLogin/build.sh

Lines changed: 0 additions & 305 deletions
This file was deleted.

themes/version1.x/ZingTheme/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ set -e
1515

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

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

2121

2222
update_variables() {
23-
PARTICLES="$PTERO/resources/scripts/components/auth/LoginFormContainer.tsx"
2423
ZING="$PTERO/resources/scripts/components/SidePanel.tsx"
2524
}
2625

@@ -229,6 +228,7 @@ verify_installation() {
229228
}
230229

231230
#### Check if another conflicting addon is installed ####
231+
# This will only be commented on here instead of removed, to be used later, and also an Easter Egg xD #
232232

233233
check_conflict() {
234234
echo
@@ -291,7 +291,7 @@ if [ "$PTERO_INSTALL" == true ]; then
291291
print_brake 66
292292
echo
293293
compatibility
294-
check_conflict
294+
#check_conflict
295295
verify_installation
296296
elif [ "$PTERO_INSTALL" == false ]; then
297297
echo

0 commit comments

Comments
 (0)