contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.32k stars 101 forks source link

Don't reinstall packages every time #1456

Closed cqexbesd closed 5 months ago

cqexbesd commented 5 months ago

Description

Describe your changes in detail

Add `--needed` to `pacman` command line for Arch Linux in `install-deps.sh`

Motivation and Context

Why is this change required? What problem does it solve?

Currently `install-deps.sh` re-installs required packages every time you run the script, assuming you already have the dependencies.

How Has This Been Tested?

Checklist:

Go over all the following points, and put an x in all the boxes that apply.

If you're unsure about any of these, don't hesitate to ask. We're here to help!