Compare commits

..

No commits in common. "e8e98f3c678e390751283e4602d0a1bd11983ae2" and "b49ef1899f68cc88a1471a39f1268f6b45610762" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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