mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-22 16:23:21 +01:00
Update blocky-install.sh
fix path change
This commit is contained in:
parent
0cc475115a
commit
b800e34856
@ -23,10 +23,10 @@ msg_info "Installing Blocky"
|
|||||||
systemctl stop systemd-resolved
|
systemctl stop systemd-resolved
|
||||||
$STD systemctl disable systemd-resolved.service
|
$STD systemctl disable systemd-resolved.service
|
||||||
RELEASE=$(curl -s https://api.github.com/repos/0xERR0R/blocky/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
RELEASE=$(curl -s https://api.github.com/repos/0xERR0R/blocky/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
||||||
wget -q https://github.com/0xERR0R/blocky/releases/download/v$RELEASE/blocky_${RELEASE}_Linux_x86_64.tar.gz
|
wget -q https://github.com/0xERR0R/blocky/releases/download/v$RELEASE/blocky_v${RELEASE}_Linux_x86_64.tar.gz
|
||||||
mkdir -p /opt/blocky
|
mkdir -p /opt/blocky
|
||||||
tar -xf blocky_${RELEASE}_Linux_x86_64.tar.gz -C /opt/blocky
|
tar -xf blocky_v${RELEASE}_Linux_x86_64.tar.gz -C /opt/blocky
|
||||||
rm -rf blocky_${RELEASE}_Linux_x86_64.tar.gz
|
rm -rf blocky_v${RELEASE}_Linux_x86_64.tar.gz
|
||||||
cat <<EOF >/opt/blocky/config.yml
|
cat <<EOF >/opt/blocky/config.yml
|
||||||
upstream:
|
upstream:
|
||||||
# these external DNS resolvers will be used. Blocky picks 2 random resolvers from the list for each query
|
# these external DNS resolvers will be used. Blocky picks 2 random resolvers from the list for each query
|
||||||
|
Loading…
Reference in New Issue
Block a user