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
```
+1 -1
View File
@@ -22,7 +22,7 @@ fi
echo "*** START ***"
echo "## cleaning sources.list"
sed -i '1,2d' /etc/apt/sources.list
sed -i '/^deb cdrom:/d' /etc/apt/sources.list
DEBIAN_FRONTEND=noninteractive
export DEBIAN_FRONTEND