-
Notifications
You must be signed in to change notification settings - Fork 16
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
Allow installation of locally stored wireguard packages #15
Comments
Do you mean a Installing specific versions has been on the todo, but not a priority. We could add a feature for the |
I meant manually download deb, not from cache. With your further explanation I see four possible features here
My wishes would be the order 4), 3) .. 1)..... ..... ... 2) |
Hello, just some (maybe useful) hints for EdgeRouter (most probably not valid for USG, I don't have any) Special folders: /config/data/firstboot/install-packages/ for .deb packages that would be automatically installed on first boot after firmware upgrade (I have my wireguard.deb here) /config/scripts/post-config.d/ any executable file in this folder will be executed once after system boots up (after config.boot is executed) /config/scripts/pre-config.d/ scripts to be executed on boot prior config.boot is executed /config/scripts/firstboot.d/ contains script run only on first boot after firmware upgrade |
@JiriPodhorny thanks. I recently became aware of (some) of these while digging through the USG rootfs files, and indeed, I believe these work the same on the USG as well. It's worth considering the use of |
It would be nice to be able to install local wireguad.deb packages. This might help troubleshooting if one wants to go back to an older wireguard version which has been stored locally instead of always installing the latest version.
Thanks
./wireguard.sh install local /PATH/TO/wireguad.deb
The text was updated successfully, but these errors were encountered: