paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
389 stars 39 forks source link

Little "pacman --needed" fix #129

Closed git4rker closed 6 months ago

git4rker commented 8 months ago

On most Arch Linux systems base-devel packages are already installed and it's a pain to redownload all of them with slow internet connection.

So adding --needed argument prevents pacman from reinstalling packages that are already installed.

KeithCu commented 6 months ago

I just did a pull request for this: https://github.com/paukstelis/octoprint_deploy/pull/137

This looks like a great tool, even for single instance installs. Thank you!

git4rker commented 6 months ago

Heh, I use Mainsail now but I'm still happy that someone payed attention to my issue.

I guess I will close it, as the PR is already there.

KeithCu commented 6 months ago

I've not installed OctoPrint yet, but I discovered this great tool, that should probably be an official part of the OctoPrint project, for those who don't use the pre-configured images.