Skip to content

Commit

Permalink
install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Nov 2, 2024
1 parent 1605188 commit 682b6b3
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 @@ -21,8 +21,9 @@ echo "The effective dev container remoteUser's home directory is '$_REMOTE_USER_
echo "The effective dev container containerUser is '$_CONTAINER_USER'"
echo "The effective dev container containerUser's home directory is '$_CONTAINER_USER_HOME'"

# download MPS and extract into /mps
# install packages
(
apt-get update -y
apt-get -y install --no-install-recommends curl
mkdir /tmp/mps
cd /tmp/mps
Expand Down

0 comments on commit 682b6b3

Please sign in to comment.