Skip to content

Commit

Permalink
Merge pull request #68 from bwrsandman/patch-1
Browse files Browse the repository at this point in the history
Arch: do not reinstall up to date packages
  • Loading branch information
cryinkfly committed Aug 30, 2021
2 parents e5d3067 + 0bee9bf commit e90ebab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/stable-branch/fusion360-install.sh
Expand Up @@ -48,7 +48,7 @@ elif VERB="$( which dnf )" 2> /dev/null; then
sudo dnf install dialog wmctrl
elif VERB="$( which pacman )" 2> /dev/null; then
echo "Arch-based"
sudo pacman -Sy dialog wmctrl
sudo pacman -Sy --needed dialog wmctrl
elif VERB="$( which zypper )" 2> /dev/null; then
echo "openSUSE-based"
su -c 'zypper up && zypper install dialog wmctrl'
Expand Down Expand Up @@ -335,7 +335,7 @@ esac
}

function archlinux_2 {
sudo pacman -Sy wine wine-mono wine_gecko winetricks p7zip curl cabextract samba ppp
sudo pacman -Sy --needed wine wine-mono wine_gecko winetricks p7zip curl cabextract samba ppp
}

function debian_based_1 {
Expand Down

0 comments on commit e90ebab

Please sign in to comment.