Skip to content

Commit

Permalink
add wget and curl
Browse files Browse the repository at this point in the history
  • Loading branch information
corbinlc committed Dec 9, 2021
1 parent 917e941 commit 8bf2e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apt-get update

#install some packages with need for UserLAnd
export DEBIAN_FRONTEND=noninteractive
apt-get install -y --no-install-recommends sudo dropbear libgl1-mesa-glx tightvncserver xterm xfonts-base twm expect
apt-get install -y --no-install-recommends sudo dropbear libgl1-mesa-glx tightvncserver xterm xfonts-base twm expect wget curl

#clean up after ourselves
apt-get clean
Expand Down

0 comments on commit 8bf2e20

Please sign in to comment.