Bump cli-color from 2.0.0 to 2.0.1 #221

Merged
dependabot[bot] merged 3 commits from dependabot/npm_and_yarn/cli-color-2.0.1 into main 2021-10-19 10:21:31 +00:00
2 changed files with 14 additions and 26 deletions
Showing only changes of commit 3106d6a4b3 - Show all commits

View File

@ -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)