Merge branch 'tteck:main' into main

This commit is contained in:
Sam Heinz
2024-04-10 14:44:32 +10:00
committed by GitHub
4 changed files with 33 additions and 4 deletions
+2
View File
@@ -71,6 +71,8 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
fi
msg_info "Installing Linkwarden (Patience)"
RELEASE=$(curl -s https://api.github.com/repos/linkwarden/linkwarden/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
$STD yarn
$STD npx playwright install-deps
IP=$(hostname -I | awk '{print $1}')