feat(openwrt): add OpenVPN package installation workflow
This commit is contained in:
@@ -7,7 +7,8 @@ pub fn run() {
|
||||
.invoke_handler(tauri::generate_handler![
|
||||
openwrt::detect_openwrt_router,
|
||||
openwrt::test_openwrt_ssh,
|
||||
openwrt::prepare_openwrt_router
|
||||
openwrt::prepare_openwrt_router,
|
||||
openwrt::install_openwrt_openvpn_packages
|
||||
])
|
||||
.run(tauri::generate_context!())
|
||||
.expect("error while running tauri application");
|
||||
|
||||
Reference in New Issue
Block a user