small fix in bootstrap.sh

This commit is contained in:
2026-05-28 12:52:42 +02:00
parent 1b8791d20a
commit ed9bab869e
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -1,9 +1,7 @@
# Debian Bootstrap
Simple bootstrap script for Debian VMs.
## Usage
Run it with:
```bash
curl -s https://github.com/jinjin/debian-bootstrap/raw/main/bootstrap.sh | bash
curl -fsSL https://git.jennjin.com/jinjin/my-bootstrap/raw/branch/master/bootstrap.sh | bash
```