pull/1213/head
tteckster 2 years ago committed by GitHub
parent ea71ac6e8d
commit acf3a9c978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      install/alpine-adguard-install.sh
  2. 2
      misc/alpine.func

@ -1,5 +1,5 @@
#!/bin/sh
apk add bash
#!/usr/bin/env bash
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT

@ -387,7 +387,7 @@ fi
pct start $CTID
msg_ok "Started LXC Container"
pct exec $CTID -- ash -c "apk add bash"
lxc-attach -n $CTID -- ash -c "$(wget -qO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit
lxc-attach -n $CTID -- bash -c "$(wget -qO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit
}

Loading…
Cancel
Save