cryinkfly / SOLIDWORKS-for-Linux

This is a project, where I give you a way to use SOLIDWORKS on Linux!
MIT License
395 stars 37 forks source link

Update solidworks-install.sh/Prevent partial upgrades on pacman based systems #20

Closed greembow closed 2 years ago

greembow commented 2 years ago

Partial upgrades are unsupported on pacman based distributions, either use -S or -Syu. In this case, I think -Syu is better as we want the user to have an up to date system when installing.

greembow commented 2 years ago

See this GitHub Gist for why it's a bad idea to use -Sy