Update wastebin-install.sh

maybe I was wrong about `unzip`
pull/2657/head
tteckster 1 year ago committed by GitHub
parent afb664eadc
commit dfb691ebbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      install/wastebin-install.sh

@ -18,6 +18,7 @@ update_os
msg_info "Installing Dependencies (Patience)" msg_info "Installing Dependencies (Patience)"
$STD apt-get install -y --no-install-recommends \ $STD apt-get install -y --no-install-recommends \
build-essential \ build-essential \
unzip \
curl \ curl \
sudo \ sudo \
git \ git \

Loading…
Cancel
Save