Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 400 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 400 Bytes

shell脚本

为防止系统没安装curl,使用不了一键命令,使用下面的一键命令之前先执行一次安装curl命令

apt -y update && apt -y install curl wget sudo || yum install -y curl wget || apk add curl bash
  • (centos、ubuntu、debian、alpine)一键开启SSH

bash -c  "$(curl -fsSL https://raw.githubusercontent.com/varcli/sh/refs/heads/main/ssh.sh)"