Skip to content
Open
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
10 changes: 10 additions & 0 deletions src/install_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,16 @@ for organization in {ehmpathy,ahbode}; do
done
done

#######################
## install certutil so that local dev certificates can be added to your browser as trusted
#######################
sudo apt-get install libnss3-tools

#######################
## install uuid-runtime to enable uuidgen + getuuid commands
#######################
sudo apt-get install uuid-runtime

#######################
## install ngrok
#######################
Expand Down