mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 01:00:33 +00:00
Updater implementation for FTL
This commit is contained in:
parent
dcb9797f35
commit
af2893d2ce
2 changed files with 28 additions and 2 deletions
|
@ -1157,8 +1157,7 @@ FTLinstall() {
|
|||
local binary="${1}"
|
||||
local latesttag
|
||||
local orig_dir
|
||||
echo ":::"
|
||||
echo -n "::: Installing FTL... "
|
||||
echo -n "::: Installing FTL... "
|
||||
|
||||
orig_dir="${PWD}"
|
||||
latesttag=$(curl -sI https://github.com/pi-hole/FTL/releases/latest | grep "Location" | awk -F '/' '{print $NF}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue