玩客云casaos安装shellcrash
一、安装环境
sudo apt update
sudo apt install bzip2 tar
sudo apt-get install curl
二、安装ShellCrash
export url='https://fastly.jsdelivr.net/gh/juewuy/ShellCrash@master' && wget -q --no-check-certificate -O /tmp/install.sh $url/install.sh && bash /tmp/install.sh && source /etc/profile &> /dev/null
备用源安装
export url='https://gh.jwsc.eu.org/master' && bash -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
三、关于面板的安装
面板安装可能会超时,可以cd到start.sh路径下,输入以下命令,增加timeout时间可以正常下载面板
sed -i "s/connect-timeout 3/connect-timeout 30/g" start.sh
sed -i "s/timeout=3/timeout=30/g" start.sh
版权声明:
本站所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自
codefriedsimple!
喜欢就支持一下吧