Bump cli-color from 2.0.0 to 2.0.1 #221
@ -4,7 +4,7 @@ set -ex
|
||||
apt update
|
||||
|
||||
# Install Necessary Packages
|
||||
apt -qq install -y curl wget git zsh sudo unzip zip jq python3 screen
|
||||
apt -qq install -y curl wget git zsh sudo unzip zip jq python3 screen xz-utils
|
||||
|
||||
# Install nodejs from github release
|
||||
NODEVERSION=$(curl -sL https://api.github.com/repos/nodejs/node/releases | grep tag_name | cut -d '"' -f 4 | sort -V | tail -n 1)
|
||||
|
Reference in New Issue
Block a user