Skip to content

Commit 6b7b4b6

Browse files
authored
Update linkwarden-install.sh
1 parent d44a82e commit 6b7b4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/linkwarden-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ NEXTAUTH_URL=http://${IP}:3000
9999
DATABASE_URL=postgresql://${DB_USER}:${DB_PASS}@localhost:5432/${DB_NAME}
100100
" >$env_path
101101
$STD yarn prisma:generate
102-
yarn web:build
103-
yarn prisma:deploy
102+
$STD yarn web:build
103+
$STD yarn prisma:deploy
104104
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
105105
msg_ok "Installed Linkwarden"
106106

0 commit comments

Comments
 (0)