From 207f402c99196a16a59c8e8ba9d05f0c0a36010f Mon Sep 17 00:00:00 2001 From: hak8or Date: Fri, 27 Apr 2018 22:34:36 -0400 Subject: [PATCH] Added go and dotnet-sdk to installed 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 3345972..7763390 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, and cowsay" -pacman -Syu base-devel git htop vim cowsay rsync --noconfirm --needed > $LOGFILE 2>&1 +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 # Change locale to EN US UTF-8 echo "$TAGSTR Changing locale to EN US UTF-8"