diff --git a/install/alpine-adguard-install.sh b/install/alpine-adguard-install.sh index 9998cca1..1784a4cb 100644 --- a/install/alpine-adguard-install.sh +++ b/install/alpine-adguard-install.sh @@ -1,5 +1,5 @@ -#!/bin/sh -apk add bash +#!/usr/bin/env bash + # Copyright (c) 2021-2023 tteck # Author: tteck (tteckster) # License: MIT diff --git a/misc/alpine.func b/misc/alpine.func index ce95a8ae..3f7fa4fb 100644 --- a/misc/alpine.func +++ b/misc/alpine.func @@ -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 }