bash/README.md

25 lines
391 B
Markdown
Raw Normal View History

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
2022-07-07 01:50:28 +00:00
apt update
apt install curl dialog -y
2022-06-29 20:51:58 +00:00
curl -sL ba.sh/debian | bash
```
2022-06-29 20:39:11 +00:00
## License
2022-07-07 01:50:28 +00:00
[GLWTPLS](https://git.m.ac/showfom/bash/src/branch/main/LICENSE)
2022-06-29 20:58:38 +00:00
## Terms
```
No Warranty. The Software is being delivered to you “AS IS” and with ALL FAULTS.
```