diff --git a/100-install-core-software-v3.sh b/100-install-core-software-v3.sh index 20e44a42..b6a015bc 100755 --- a/100-install-core-software-v3.sh +++ b/100-install-core-software-v3.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +#set -e ################################################################################################################## # Author : Erik Dubois # Website : https://www.erikdubois.be @@ -16,6 +16,7 @@ set -e #software from Arch Linux repositories #sudo pacman -S --noconfirm --needed autorandr +sudo pacman -R --noconfirm flameshot sudo pacman -S --noconfirm --needed flameshot-git sudo pacman -S --noconfirm --needed discord sudo pacman -S --noconfirm --needed nomacs @@ -34,7 +35,8 @@ sudo pacman -S --noconfirm --needed chromium sudo pacman -S --noconfirm --needed brave sudo pacman -S --noconfirm --needed vlc -sudo pacman -S --noconfirm --needed sublime-text-dev +sudo pacman -R --noconfirm sublime-text-dev +sudo pacman -S --noconfirm --needed sublime-text-4 sudo pacman -S --noconfirm --needed meld