Skip to content

Commit

Permalink
Remove unnecessary deps
Browse files Browse the repository at this point in the history
Signed-off-by: Archit Kulkarni <[email protected]>
  • Loading branch information
architkulkarni committed Jul 17, 2023
1 parent f3f5460 commit fd0b35e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions scripts/install-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ export DEBIAN_FRONTEND=noninteractive
export TZ=America/Los_Angeles

apt-get update -qq && apt-get upgrade -qq
apt-get install -y -qq \
curl python-is-python3 git build-essential \
sudo unzip unrar apt-utils dialog tzdata wget rsync \
language-pack-en tmux locales

locale -a
locale-gen en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
apt-get install -y -qq curl

curl -o- https://get.docker.com | sh

0 comments on commit fd0b35e

Please sign in to comment.