25 lines
391 B
Markdown
25 lines
391 B
Markdown
## Bash Script for personal use
|
|
|
|
Some shell shits here.
|
|
|
|
### debian.sh
|
|
|
|
`debian.sh` - Initial Setup for Debian Server
|
|
|
|
#### Usage
|
|
|
|
```bash
|
|
apt update
|
|
apt install curl dialog -y
|
|
curl -sL ba.sh/debian | bash
|
|
```
|
|
|
|
## License
|
|
|
|
[GLWTPLS](https://git.m.ac/showfom/bash/src/branch/main/LICENSE)
|
|
|
|
## Terms
|
|
|
|
```
|
|
No Warranty. The Software is being delivered to you “AS IS” and with ALL FAULTS.
|
|
``` |