FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tonywww/shell: This is a group of linux shell script files for VPS installation. · GitHub

/ shell Public

Latest commit

 

History

129 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell

This is a group of linux shell script files for VPS installation.

Tested on Debian 9/10 , Ubuntu 18.04/20.04 and Centos 7.

Usage

  • Download and run the shell script file under root :

    (Replace<file-name>to the name of shell script file)

wget https://github.com/tonywww/shell/raw/master/<file-name>.sh
chmod +x <file-name>.sh
./<file-name>.sh
  • Run the shell script file under root without download :

    (Replace<file-name>to the name of shell script file)

bash <(wget -qO- https://github.com/tonywww/shell/raw/master/<file-name>.sh)

License

BSD 2-Clause © tonywww

About

This is a group of linux shell script files for VPS installation.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL