Skip to content

Commit

Permalink
Add specific wetty version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpountney92 committed Jan 18, 2021
1 parent f4c3d94 commit 4f9bf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workstations/templates/custom_data.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
echo "--> Installing Wetty web terminal"
sudo yarn global add wetty
sudo yarn global add wetty@v2.0.2
echo "--> Configuring Nginx proxy for Wetty web terminal"
sudo tee /etc/nginx/nginx.conf > /dev/null <<"EOF"
user www-data;
Expand Down

0 comments on commit 4f9bf51

Please sign in to comment.