Update
This commit is contained in:
parent
0a2ff4daa3
commit
05405ea56b
15
README.md
15
README.md
@ -1,7 +1,20 @@
|
|||||||
## Bash Script for personal use
|
## Bash Script for personal use
|
||||||
|
|
||||||
|
Some shell shits here.
|
||||||
|
|
||||||
|
### debian.sh
|
||||||
|
|
||||||
`debian.sh` - Initial Setup for Debian Server
|
`debian.sh` - Initial Setup for Debian Server
|
||||||
|
|
||||||
|
#### Usage
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -sL ba.sh/debian | bash
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## 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.
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#########################################################
|
#########################################################
|
||||||
# Function :Initial Server Setup with Debian Server #
|
# Function :Initial Server Setup for Debian Server #
|
||||||
# Platform :Debian 11.x Bullseye #
|
# Platform :Debian 11.x Bullseye #
|
||||||
# Version :1.1 #
|
# Version :1.2 #
|
||||||
# Date :06-29-2022 #
|
# Date :06-29-2022 #
|
||||||
# Author :Showfom Guo #
|
# Author :Xiufeng Guo #
|
||||||
# Contact :i@m.ac #
|
# Contact :i@m.ac #
|
||||||
# Company :xTom #
|
# Company :xTom #
|
||||||
|
# Usage :curl -sL ba.sh/debian | bash #
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|
||||||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user