Compare commits

...

2 Commits

Author SHA1 Message Date
Tobias
e8e98f3c67
Update vikunja-install.sh 2026-01-28 16:08:27 +01:00
Tobias
2f5ed17953
fix 2026-01-28 16:08:12 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ function update_script() {
systemctl stop vikunja
msg_ok "Stopped Service"
fetch_and_deploy_gh_release "vikunja" "go-vikunja/vikunja" "binary" "latest"
fetch_and_deploy_gh_release "vikunja" "go-vikunja/vikunja" "binary"
msg_info "Starting Service"
systemctl start vikunja

View File

@ -13,7 +13,7 @@ setting_up_container
network_check
update_os
fetch_and_deploy_gh_release "vikunja" "go-vikunja/vikunja" "binary" "latest"
fetch_and_deploy_gh_release "vikunja" "go-vikunja/vikunja" "binary"
msg_info "Setting up Vikunja"
sed -i -E 's/^# cors:/cors:/; s/^[[:space:]]*# enable:[[:space:]]*true/ enable: false/' /etc/vikunja/config.yml