1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Add _prompt_install_wireguard

This commit is contained in:
billz 2021-02-23 23:21:38 +00:00
parent cc1c8d594a
commit 369f303926

View File

@ -50,6 +50,7 @@ function _install_raspap() {
_configure_networking
_prompt_install_adblock
_prompt_install_openvpn
_prompt_install_wireguard
_patch_system_files
_install_complete
}