Skip to content

Commit

Permalink
Minor ui fix for install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
markushuber authored Aug 30, 2024
1 parent 2cda658 commit d672dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ echo -e "\nDetected environment: $up_environment \n"
ln -sf $up_lib_dir/up-config /usr/local/bin/up-config
ln -sf $up_lib_dir/up-config.functions /usr/local/lib/up-config.functions

echo -ne "Setup knot-resolver repo ... \t"
echo -ne "Setup knot-resolver repo ... \t\t\t"

# Remove legacy knot-resolver repo
legacy_apt_installed=$(dpkg-query -W --showformat='${db:Status-Status}' knot-resolver-release 2>&1) || true
Expand Down

0 comments on commit d672dd9

Please sign in to comment.