Created
January 24, 2025 20:08
-
-
Save blabber/bf50f0e49000c13e19c174d34781a45d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /usr/ports | |
| make update | |
| cd /usr/ports/ports-mgmt/pkg | |
| make -DBATCH build deinstall reinstall clean | |
| cd /usr/ports/graphics/librsvg2-rust | |
| make -DBATCH install-missing-packages | |
| make -DBATCH build deinstall reinstall clean | |
| # install missing packages using `pkg` | |
| # clean up using `pkg autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment