You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While, off the top of my head, I can't think of anything that can break between versions sense, especially since we're using pkg, I still figure that we should allow installation only on "supported" versions of software that we've tested on.
Since there will be multiple versions of pfSense, we should have a list of supported versions, run the version of pfSense that the script is running on by that list. If the version isn't supported, quit.
We should also give the user an option ( perhaps defined by ENV variable )
SKIP_VERSION_CHECK="true" curl .... | /bin/sh -s
The text was updated successfully, but these errors were encountered:
While, off the top of my head, I can't think of anything that can break between versions sense, especially since we're using pkg, I still figure that we should allow installation only on "supported" versions of software that we've tested on.
Since there will be multiple versions of pfSense, we should have a list of supported versions, run the version of pfSense that the script is running on by that list. If the version isn't supported, quit.
We should also give the user an option ( perhaps defined by ENV variable )
The text was updated successfully, but these errors were encountered: