Skip to content

Commit 7327619

Browse files
committed
Add Zip Dependency
1 parent 5e6ba1f commit 7327619

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
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.8.2"
15+
SCRIPT_VERSION="v0.8.3"
1616

1717

1818
print_brake() {

themes/version1.x/Dracula/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.8.2"
16+
SCRIPT_VERSION="v0.8.3"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

@@ -80,16 +80,16 @@ print_brake 30
8080
echo
8181
case "$OS" in
8282
debian | ubuntu)
83-
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
83+
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs && apt-get install -y zip
8484
;;
8585
esac
8686

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

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

themes/version1.x/Enola/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.8.2"
16+
SCRIPT_VERSION="v0.8.3"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

@@ -80,16 +80,16 @@ print_brake 30
8080
echo
8181
case "$OS" in
8282
debian | ubuntu)
83-
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
83+
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs && apt-get install -y zip
8484
;;
8585
esac
8686

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

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

themes/version1.x/Twilight/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.8.2"
16+
SCRIPT_VERSION="v0.8.3"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

@@ -80,16 +80,16 @@ print_brake 30
8080
echo
8181
case "$OS" in
8282
debian | ubuntu)
83-
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
83+
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs && apt-get install -y zip
8484
;;
8585
esac
8686

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

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

themes/version1.x/ZingTheme/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.8.2"
16+
SCRIPT_VERSION="v0.8.3"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

@@ -80,16 +80,16 @@ print_brake 30
8080
echo
8181
case "$OS" in
8282
debian | ubuntu)
83-
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
83+
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs && apt-get install -y zip
8484
;;
8585
esac
8686

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

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

0 commit comments

Comments
 (0)