Skip to content

Commit

Permalink
Install UI update
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed May 18, 2024
1 parent 8dfc9f1 commit 4f5f4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairis/bin/installUI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
export UI_REPO=/tmp/cairis-ui
rm -rf $UI_REPO
apt-get install curl
curl -sL https://deb.nodesource.com/setup_10.x | bash - && apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
apt-get update && apt-get install -y yarn
Expand Down

0 comments on commit 4f5f4a9

Please sign in to comment.