pull/8/head
Bohan Yang 5 years ago committed by GitHub
parent df25873e77
commit e9f0dc1a97
  1. 2
      README.md
  2. 3
      debi.sh

@ -28,7 +28,7 @@ This script is written to reinstall a VPS/virtual machine to Debian 10 Buster.
## Usage ## Usage
curl -fL https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh | sudo bash -s -- <OPTIONS> curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && sudo bash debi.sh <OPTIONS>
## Available Options ## Available Options

@ -2,9 +2,6 @@
set -euo pipefail set -euo pipefail
# Discard stdin. Needed when running from an one-liner which includes a newline
read -r -N 999999 -t 0.001
err() { err() {
echo "Error: $1." 1>&2 echo "Error: $1." 1>&2
exit 1 exit 1

Loading…
Cancel
Save