test commit
This commit is contained in:
@@ -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)"
|
||||||
|
```
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user