File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed
Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1212#
1313# #######################################################
1414
15- SCRIPT_VERSION=" v0.8.2 "
15+ SCRIPT_VERSION=" v0.8.3 "
1616
1717
1818print_brake () {
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.8.2 "
16+ SCRIPT_VERSION=" v0.8.3 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
@@ -80,16 +80,16 @@ print_brake 30
8080echo
8181case " $OS " in
8282debian | 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;;
8585esac
8686
8787if [ " $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
8989fi
9090
9191if [ " $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
9393fi
9494}
9595
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.8.2 "
16+ SCRIPT_VERSION=" v0.8.3 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
@@ -80,16 +80,16 @@ print_brake 30
8080echo
8181case " $OS " in
8282debian | 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;;
8585esac
8686
8787if [ " $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
8989fi
9090
9191if [ " $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
9393fi
9494}
9595
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.8.2 "
16+ SCRIPT_VERSION=" v0.8.3 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
@@ -80,16 +80,16 @@ print_brake 30
8080echo
8181case " $OS " in
8282debian | 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;;
8585esac
8686
8787if [ " $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
8989fi
9090
9191if [ " $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
9393fi
9494}
9595
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.8.2 "
16+ SCRIPT_VERSION=" v0.8.3 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
@@ -80,16 +80,16 @@ print_brake 30
8080echo
8181case " $OS " in
8282debian | 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;;
8585esac
8686
8787if [ " $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
8989fi
9090
9191if [ " $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
9393fi
9494}
9595
You can’t perform that action at this time.
0 commit comments