Install offline bundle
esxcli software vib update --depot /vmfs/volumes/ depot.zipList profiles in offline bundle
esxcli software sources profile list -d depot.zipInstall offline bundle
esxcli software vib update --depot /vmfs/volumes/ depot.zipList profiles in offline bundle
esxcli software sources profile list -d depot.zipSwitch the version in System / Update / System Update from the new version to the current version
Under Diagnostics / Command Prompt, run the following command:
pkg-static clean -ay; pkg-static install -fy pkg pfSense-repo pfSense-upgradeBack under System / Update / System Update, switch to the new version.
The steps below were based on the information provided in a blog post at Richard Loxley Ltd
| a:link, a:visited, a.active { | |
| color: navy !important; | |
| } | |
| a:hover { | |
| border-bottom: 1px solid; | |
| } | |
| div.main-navigation-wrap a:link, | |
| div.main-navigation-wrap a:visited, |
| @font-face { | |
| font-family:mastodon-font-sans-serif; | |
| src:local("IBM Plex Sans Italic"), | |
| url(/packs/assets/fonts/ibm-plex-sans/IBMPlexSans-Italic.woff2) format("woff2"), | |
| url(/packs/assets/fonts/ibm-plex-sans/IBMPlexSans-Italic.woff) format("woff"), | |
| url(/packs/assets/fonts/ibm-plex-sans/IBMPlexSans-Italic.ttf) format("truetype"); | |
| font-weight:400; | |
| font-display:swap; | |
| font-style:italic | |
| } |
| #! /bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: jupyterhub | |
| # Required-Start: $remote_fs $syslog | |
| # Required-Stop: $remote_fs $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Start jupyterhub | |
| # Description: This file should be used to construct scripts to be | |
| # placed in /etc/init.d. |
| #!/bin/sh | |
| defaults write com.apple.dock autohide-delay -float 0.5 | |
| defaults write com.apple.dock autohide-time-modifier -float 0.5 | |
| killall Dock |