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
I downloaded and executed the file opnsense-bootstrap.sh.in on a machine with FreeBSD 12.2.2 but it can't install opnsense, I executed the command
sh ./opnsense-bootstrap.sh.in -r 21.1
that returned the error
https://github.com/opnsense/core/archive/stable/21.1.tar.gz Not found
At the moment I think that I have somehow fixed this issue, but I'd like to understand if I did some mistake in executing the command.
Workaround
Right now I bypassed this issue by making the following changes inside the file opnsense-bootstrap.sh.in:
Issue
I downloaded and executed the file opnsense-bootstrap.sh.in on a machine with FreeBSD 12.2.2 but it can't install opnsense, I executed the command
sh ./opnsense-bootstrap.sh.in -r 21.1that returned the error
https://github.com/opnsense/core/archive/stable/21.1.tar.gz Not foundAt the moment I think that I have somehow fixed this issue, but I'd like to understand if I did some mistake in executing the command.
Workaround
Right now I bypassed this issue by making the following changes inside the file opnsense-bootstrap.sh.in:
After the changes mentioned above it returned another error
make chdir /tmp/opnsense-bootstrap/core-stable-21.1/ Not foundAnd to bypass this error I made this change
SUBDIR="stable-${RELEASE}" --> SUBDIR="${RELEASE}"The text was updated successfully, but these errors were encountered: