Delete scripts/02-prepare_adguard_core.sh
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
mkdir -p files/usr/bin
|
|
||||||
|
|
||||||
AGH_CORE=$(curl -sL https://api.github.com/repos/AdguardTeam/AdGuardHome/releases/latest | grep /AdGuardHome_linux_$core | awk -F '"' '{print $4}')
|
|
||||||
|
|
||||||
wget -qO- $AGH_CORE | tar xOvz > files/usr/bin/AdGuardHome
|
|
||||||
|
|
||||||
chmod +x files/usr/bin/AdGuardHome
|
|
||||||
Reference in New Issue
Block a user