Created
November 24, 2022 14:12
-
-
Save albertzsigovits/a4302ab73bacecbfde7d2dc2e198dc15 to your computer and use it in GitHub Desktop.
PfSense upgrade gone haywire
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
1. pkg-static -d update | |
2. /usr/local/share/pfSense/pkg/repos/pfSense-repo.conf | |
FreeBSD: { enabled: no } | |
pfSense-core: { | |
url: "pkg+https://firmware.netgate.com/pkg/pfSense_plus-v22_01_armv7-core", | |
mirror_type: "srv", | |
signature_type: "fingerprints", | |
fingerprints: "/usr/local/share/pfSense/keys/pkg", | |
enabled: yes | |
} | |
pfSense: { | |
url: "pkg+https://firmware.netgate.com/pkg/pfSense_plus-v22_01_armv7-pfSense_plus_v22_01", | |
mirror_type: "srv", | |
signature_type: "fingerprints", | |
fingerprints: "/usr/local/share/pfSense/keys/pkg", | |
enabled: yes | |
} | |
3. pkg-static -d update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment