Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

21.1 Not found #72

Closed
daniele338 opened this issue Jul 5, 2021 · 3 comments
Closed

21.1 Not found #72

daniele338 opened this issue Jul 5, 2021 · 3 comments
Labels

Comments

@daniele338
Copy link

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.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:

URL="https://github.com/opnsense/core/archive"  --> URL="https://github.com/opnsense/core/archive/refs/tags/"
SUBFILE="stable/${RELEASE}" --> SUBFILE="${RELEASE}"

After the changes mentioned above it returned another error

make chdir /tmp/opnsense-bootstrap/core-stable-21.1/ Not found
And to bypass this error I made this change

SUBDIR="stable-${RELEASE}" --> SUBDIR="${RELEASE}"

@fichtner
Copy link
Member

fichtner commented Jul 5, 2021

https://github.com/opnsense/core/archive/stable/21.1.tar.gz Not found

It works from here. Make sure you don't have any proxies and that GitHub is not playing tricks on you.

Cheers,
Franco

@daniele338
Copy link
Author

Right now it works. I think it was an issue with github.
Thank you very much and sorry for disturbing.

@fichtner
Copy link
Member

fichtner commented Jul 5, 2021

@daniele338 no problem, thanks for reporting! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants