From 476f8de38b43f6ff6533ce9d470094a7ffc749db Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Tue, 29 Jun 2021 14:17:54 +0200 Subject: [PATCH] sublime text and flameshot --- 100-install-core-software-v3.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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