1、下载Macast 最新正式版
下载地址:https://github.com/xfangfang/Macast/releases/latest
这里我在Linux上使用,就下载了Macast-Linux-v0.7-amd64
2、将下载的文件上传到Debian
为了使用方便我将Macast-Linux-v0.7-amd64重名命为macast,上传到了/root/macast 目录中。
3、设置Macast开机后台运行
新建一个简单的systemd配置文件
cat > /etc/systemd/system/macast.service <<EOF[Unit]Description=MacastAfter=network.target[Service]Type=simpleLimitAS=infinityLimitRSS=infinityLimitCORE=infinityLimitNOFILE=65535ExecStart=/root/macast/macastRestart=on-failureRestartSec=10[Install]WantedBy=multi-user.targetEOF启动并设置开机自启
systemctl start macastsystemctl enable macast4、使用情况
经过以上简单安装,锐角云就成为了随时待命的音乐播放器了,目前测试QQ音乐完全可以正常播放。