mirror of
https://github.com/hak8or/proxmox_scripts.git
synced 2025-01-15 11:57:57 +00:00
Added go and dotnet-sdk to installed packages for arch
This commit is contained in:
parent
5deb0e82ab
commit
207f402c99
@ -60,8 +60,8 @@ echo "$TAGSTR Updating all packages as needed"
|
|||||||
pacman -Syu --noconfirm > $LOGFILE 2>&1
|
pacman -Syu --noconfirm > $LOGFILE 2>&1
|
||||||
|
|
||||||
# Do an update and install some packages.
|
# Do an update and install some packages.
|
||||||
echo "$TAGSTR Installing base-devel, git, htop, vim, rsync, and cowsay"
|
echo "$TAGSTR Installing base-devel, git, htop, vim, rsync, go, dotnet-sdk, and cowsay"
|
||||||
pacman -Syu base-devel git htop vim cowsay rsync --noconfirm --needed > $LOGFILE 2>&1
|
pacman -Syu base-devel git htop vim cowsay rsync go dotnet-sdk --noconfirm --needed > $LOGFILE 2>&1
|
||||||
|
|
||||||
# Change locale to EN US UTF-8
|
# Change locale to EN US UTF-8
|
||||||
echo "$TAGSTR Changing locale to EN US UTF-8"
|
echo "$TAGSTR Changing locale to EN US UTF-8"
|
||||||
|
Loading…
Reference in New Issue
Block a user