Add files via upload

This commit is contained in:
windyday 2025-06-13 21:30:11 +08:00 committed by GitHub
parent 9eb3d26066
commit 1fcdd9abca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ InstallFiles() {
cd "$cns_install_dir" || exit 1
github_repo="https://github.com/CoverUp137/cns/releases/download/cns"
$download_tool_cmd cns "$github_repo/cns-linux-${machine}${softfloat}" || Error "cns download failed."
$download_tool_cmd cns.init http://202507.xyz/m/cns/cns.init || Error "cns.init download failed."
$download_tool_cmd cns.init https://raw.githubusercontent.com/CoverUp137/cns/refs/heads/main/cns/cns.init || Error "cns.init download failed."
[ -f '/etc/rc.common' ] && rcCommon='/etc/rc.common'
sed -i "s~#!/bin/sh~#!$SHELL $rcCommon~" cns.init
sed -i "s~\[cns_start_cmd\]~$cns_start_cmd~g" cns.init
@ -100,7 +100,7 @@ InstallFiles() {
EOF
chmod -R +rwx "$cns_install_dir" /etc/init.d/cns
if type systemctl && [ -z "$(systemctl --failed|grep -q 'Host is down')" ]; then
$download_tool_cmd /lib/systemd/system/cns.service http://202507.xyz/m/cns/cns.service || Error "cns.service download failed."
$download_tool_cmd /lib/systemd/system/cns.service https://raw.githubusercontent.com/CoverUp137/cns/refs/heads/main/cns/cns.service || Error "cns.service download failed."
chmod +rwx /lib/systemd/system/cns.service
sed -i "s~\[cns_install_dir\]~$cns_install_dir~g" /lib/systemd/system/cns.service
systemctl daemon-reload