From 138744caec305f72a2913a381dab81bb37d5d597 Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Sat, 1 May 2021 16:40:52 +0200 Subject: [PATCH] nomacs added --- 100-install-core-software-v3.sh | 1 + ...tall-vmworkstation-v2.sh => install-vmware-workstation-v2.sh} | 0 2 files changed, 1 insertion(+) rename AUR/{install-vmworkstation-v2.sh => install-vmware-workstation-v2.sh} (100%) diff --git a/100-install-core-software-v3.sh b/100-install-core-software-v3.sh index f2ad39e5..782f5733 100755 --- a/100-install-core-software-v3.sh +++ b/100-install-core-software-v3.sh @@ -18,6 +18,7 @@ set -e #sudo pacman -S --noconfirm --needed autorandr sudo pacman -S --noconfirm --needed flameshot sudo pacman -S --noconfirm --needed discord +sudo pacman -S --noconfirm --needed nomacs #sudo pacman -S --noconfirm --needed gitfiend #sudo pacman -S --noconfirm --needed dropbox sudo pacman -S --noconfirm --needed spotify diff --git a/AUR/install-vmworkstation-v2.sh b/AUR/install-vmware-workstation-v2.sh similarity index 100% rename from AUR/install-vmworkstation-v2.sh rename to AUR/install-vmware-workstation-v2.sh