feat(openwrt): add OpenVPN package installation workflow

This commit is contained in:
litoral05
2026-05-06 17:31:56 +01:00
parent 11dbaca04c
commit b5850d36e6
3 changed files with 266 additions and 1 deletions
+2 -1
View File
@@ -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");