Added zip to standard packages installed.

This commit is contained in:
2019-12-24 17:38:41 +13:00
parent a389416dac
commit e862c01905

View File

@ -46,7 +46,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
#+NAME: Install standard packages
#+BEGIN_SRC shell
# Install basic utilities
sudo apt-get install -y git locales curl wget xclip tmux net-tools less wget htop screenfetch
sudo apt-get install -y git locales curl wget xclip tmux net-tools less wget htop screenfetch zip
# Install pre-requisites for compiling emacs
sudo apt-get install -y make gcc libgnutls28-dev libtinfo-dev