test commit

This commit is contained in:
2026-05-12 01:53:04 -07:00
parent ac963efdd5
commit c506c68206
2 changed files with 30 additions and 0 deletions
+7
View File
@@ -1,2 +1,9 @@
# ibgw # ibgw
## Install
Run the command below in the Proxmox VE Shell or a VM to install ibgw.
```bash
bash -c "$(curl -fsSL http://git.burke.lan:3000/alphane/ibgw/src/branch/main/ibgw.sh)"
```
+23
View File
@@ -0,0 +1,23 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
APP="ibgw"
var_os="debian"
var_version="12"
var_cpu="2"
var_ram="4096"
var_disk="8"
header_info
base_settings
update_script() {
header_info
msg_info "Installing Dependencies"
apt-get install -y git curl sudo
msg_ok "Installed Dependencies"
}
start_script