Skip to content

Commit

Permalink
install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Nov 2, 2024
1 parent 0f3289c commit ea7165b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mps/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ echo "The effective dev container containerUser's home directory is '$_CONTAINER
# install packages
(
apt-get update -y
apt-get -y install --no-install-recommends wget
apt-get -y install --no-install-recommends wget ca-certificates
update-ca-certificates
mkdir /tmp/mps
cd /tmp/mps
wget "https://download.jetbrains.com/mps/${MPS_MAJOR_VERSION}/MPS-${MPS_VERSION}.tar.gz"
Expand Down

0 comments on commit ea7165b

Please sign in to comment.