[go: up one dir, main page]

Skip to content

自用的 LinuxShell 脚本,适用于 centos/ubuntu/debian 系统

License

Notifications You must be signed in to change notification settings

besscroft/linuxsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linuxsh

自用的 sh 脚本

centos-amd64 适用于 centos7 x86_64 机器

wget -N --no-check-certificate "https://raw.githubusercontent.com/besscroft/linuxsh/master/centos-amd64.sh"
chmod +x centos-amd64.sh
./centos-amd64.sh

ubuntu-amd64 适用于 ubuntu x86_64 机器

wget -N --no-check-certificate "https://raw.githubusercontent.com/besscroft/linuxsh/master/ubuntu-amd64.sh"
chmod +x ubuntu-amd64.sh
./ubuntu-amd64.sh

debian-aarch64 适用于 debian arm 机器

wget -N --no-check-certificate "https://raw.githubusercontent.com/besscroft/linuxsh/master/debian-aarch64.sh"
chmod +x debian-aarch64.sh
./debian-aarch64.sh

About

自用的 LinuxShell 脚本,适用于 centos/ubuntu/debian 系统

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages