Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 277 Bytes

File metadata and controls

5 lines (5 loc) · 277 Bytes

使用方式:

#删除本地文件;下载新文件,赋予可执行权限,当前shell中执行
rm -f setup.sh ; wget -N --no-check-certificate https://raw.githubusercontent.com/36bian/OneKeyScriptForLinux/master/setup.sh && chmod +x setup.sh && ./setup.sh