small fix in bootstrap.sh
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
# Debian Bootstrap
|
# Debian Bootstrap
|
||||||
|
|
||||||
Simple bootstrap script for Debian VMs.
|
Run it with:
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
```bash
|
```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 "*** START ***"
|
||||||
|
|
||||||
echo "## cleaning sources.list"
|
echo "## cleaning sources.list"
|
||||||
sed -i '1,2d' /etc/apt/sources.list
|
sed -i '/^deb cdrom:/d' /etc/apt/sources.list
|
||||||
|
|
||||||
DEBIAN_FRONTEND=noninteractive
|
DEBIAN_FRONTEND=noninteractive
|
||||||
export DEBIAN_FRONTEND
|
export DEBIAN_FRONTEND
|
||||||
|
|||||||
Reference in New Issue
Block a user