This commit is contained in:
Slaviša Arežina
2026-01-06 11:59:26 +01:00
committed by GitHub
parent 65063f9f5f
commit 2fddfdd7ea
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ function update_script() {
systemctl stop inspircd systemctl stop inspircd
msg_ok "Stopped Service" msg_ok "Stopped Service"
fetch_and_deploy_gh_release "inspircd" "inspircd/inspircd" "binary" fetch_and_deploy_gh_release "inspircd" "inspircd/inspircd" "binary" "latest" "/opt/inspircd" "inspircd_*.deb13u1_amd64.deb"
msg_info "Starting Service" msg_info "Starting Service"
systemctl start inspircd systemctl start inspircd

View File

@@ -13,7 +13,7 @@ setting_up_container
network_check network_check
update_os update_os
fetch_and_deploy_gh_release "inspircd" "inspircd/inspircd" "binary" fetch_and_deploy_gh_release "inspircd" "inspircd/inspircd" "binary" "latest" "/opt/inspircd" "inspircd_*.deb13u1_amd64.deb"
msg_info "Configuring InspIRCd" msg_info "Configuring InspIRCd"
cat <<EOF >/etc/inspircd/inspircd.conf cat <<EOF >/etc/inspircd/inspircd.conf