Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions utils/install-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ install_dashboard_dependencies_rpm() {
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo
sh -c "$(curl -fsSL https://rpm.nodesource.com/setup_14.x)"
yum install -y nodejs yarn
corepack enable
npm install -g pnpm
install_golang
}

Expand All @@ -145,6 +147,7 @@ install_dashboard_dependencies_deb() {
curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
npm install -g yarn
npm install -g pnpm
install_golang
}

Expand Down