2022-06-29 20:39:11 +00:00
|
|
|
## Bash Script for personal use
|
|
|
|
|
2022-06-29 20:51:58 +00:00
|
|
|
Some shell shits here.
|
|
|
|
|
|
|
|
### debian.sh
|
|
|
|
|
2022-06-29 20:39:11 +00:00
|
|
|
`debian.sh` - Initial Setup for Debian Server
|
|
|
|
|
2022-06-29 20:51:58 +00:00
|
|
|
#### Usage
|
|
|
|
|
|
|
|
```bash
|
|
|
|
curl -sL ba.sh/debian | bash
|
|
|
|
```
|
|
|
|
|
2022-06-29 20:39:11 +00:00
|
|
|
## License
|
|
|
|
|
2022-06-29 20:58:38 +00:00
|
|
|
```
|
|
|
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
|
|
Version 3, JUNE 2022
|
|
|
|
|
|
|
|
Copyright (C) 2022 Xiufeng Guo <i@m.ac>
|
2022-06-29 20:51:58 +00:00
|
|
|
|
2022-06-29 20:58:38 +00:00
|
|
|
Everyone is permitted to copy and distribute verbatim or modified
|
|
|
|
copies of this license document, and changing it is allowed as long
|
|
|
|
as the name is changed.
|
2022-06-29 20:51:58 +00:00
|
|
|
|
2022-06-29 20:58:38 +00:00
|
|
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
|
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
|
|
|
|
|
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
|
|
```
|
|
|
|
|
|
|
|
## Terms
|
|
|
|
|
|
|
|
```
|
|
|
|
No Warranty. The Software is being delivered to you “AS IS” and with ALL FAULTS.
|
|
|
|
```
|