diff --git a/README.md b/README.md index bf8af7d..0c45dd0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ ## Bash Script for personal use +Some shell shits here. + +### debian.sh + `debian.sh` - Initial Setup for Debian Server +#### Usage + +```bash +curl -sL ba.sh/debian | bash +``` + ## License -WTFPL \ No newline at end of file +WTFPL + + + No Warranty. The Software is being delivered to you “AS IS” and with ALL FAULTS. ADOBE AND ITS SUPPLIERS AND CERTIFICATE AUTHORITIES DO NOT AND CANNOT WARRANT THE PERFORMANCE OR RESULTS YOU MAY OBTAIN BY USING THE SOFTWARE, CERTIFICATE AUTHORITY SERVICES OR OTHER THIRD PARTY OFFERINGS. EXCEPT TO THE EXTENT ANY WARRANTY, CONDITION, REPRESENTATION OR TERM CANNOT OR MAY NOT BE EXCLUDED OR LIMITED BY LAW APPLICABLE TO YOU IN YOUR JURISDICTION, ADOBE AND ITS SUPPLIERS AND CERTIFICATE AUTHORITIES MAKE NO WARRANTIES CONDITIONS, REPRESENTATIONS, OR TERMS (EXPRESS OR IMPLIED WHETHER BY STATUTE, COMMON LAW, CUSTOM, USAGE OR OTHERWISE) AS TO ANY MATTER INCLUDING WITHOUT LIMITATION NONINFRINGEMENT OF THIRD PARTY RIGHTS, MERCHANTABILITY, INTEGRATION, SATISFACTORY QUALITY, OR FITNESS FOR ANY PARTICULAR PURPOSE. The provisions of Section 9 and Section 10 shall survive the termination of this agreement, howsoever caused, but this shall not imply or create any continued right to use the Software after termination of this agreement. diff --git a/debian.sh b/debian.sh index 8a77199..20c5412 100644 --- a/debian.sh +++ b/debian.sh @@ -1,12 +1,13 @@ #!/bin/bash ######################################################### -# Function :Initial Server Setup with Debian Server # +# Function :Initial Server Setup for Debian Server # # Platform :Debian 11.x Bullseye # -# Version :1.1 # +# Version :1.2 # # Date :06-29-2022 # -# Author :Showfom Guo # +# Author :Xiufeng Guo # # Contact :i@m.ac # # Company :xTom # +# Usage :curl -sL ba.sh/debian | bash # ######################################################### PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin