From b4026ccf138fe5fea2e6cdb38ba78bdcf6b36826 Mon Sep 17 00:00:00 2001 From: hak8or Date: Sun, 29 Apr 2018 22:08:08 -0400 Subject: [PATCH] Added wget and tmux to packages for arch --- arch_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch_setup.sh b/arch_setup.sh index 7763390..d3dfb77 100644 --- a/arch_setup.sh +++ b/arch_setup.sh @@ -60,8 +60,8 @@ echo "$TAGSTR Updating all packages as needed" pacman -Syu --noconfirm > $LOGFILE 2>&1 # Do an update and install some packages. -echo "$TAGSTR Installing base-devel, git, htop, vim, rsync, go, dotnet-sdk, and cowsay" -pacman -Syu base-devel git htop vim cowsay rsync go dotnet-sdk --noconfirm --needed > $LOGFILE 2>&1 +echo "$TAGSTR Installing base-devel, git, htop, vim, rsync, go, dotnet-sdk, wget, tmux, and cowsay" +pacman -Syu base-devel git htop vim cowsay rsync go dotnet-sdk wget tmux --noconfirm --needed > $LOGFILE 2>&1 # Change locale to EN US UTF-8 echo "$TAGSTR Changing locale to EN US UTF-8"