small fix in bootstrap.sh
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user