This commit is contained in:
Xiufeng Guo 2022-06-29 20:51:58 +00:00
parent 0a2ff4daa3
commit 05405ea56b
Signed by: showfom
GPG Key ID: 29A7777777777777
2 changed files with 18 additions and 4 deletions

View File

@ -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
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.

View File

@ -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