Преглед на файлове

Update blocky-install.sh

pin to version 0.20 for now
tteckster преди 2 години
родител
ревизия
fc89a4b426
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      install/blocky-install.sh

+ 1 - 1
install/blocky-install.sh

@@ -22,7 +22,7 @@ msg_ok "Installed Dependencies"
 msg_info "Installing Blocky"
 systemctl stop systemd-resolved
 $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=0.20 #$(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_v${RELEASE}_Linux_x86_64.tar.gz
 mkdir -p /opt/blocky
 tar -xf blocky_v${RELEASE}_Linux_x86_64.tar.gz -C /opt/blocky