summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2020-10-30 13:49:15 -0400
committerAndrew Cady <d@cryptonomic.net>2020-10-30 13:49:15 -0400
commit8eae299ce90d789fc19dc4ac30493152b040a1ea (patch)
tree66c4b9d353ff7d23b85285bb300fdc9acd432a06
parent8ee32173467ca4185818cf7f577209178b8fcc74 (diff)
fix: this did not work
-rwxr-xr-xselfstrap1
1 files changed, 0 insertions, 1 deletions
diff --git a/selfstrap b/selfstrap
index a127d8f..441456d 100755
--- a/selfstrap
+++ b/selfstrap
@@ -2,7 +2,6 @@
2debian_mirror=http://httpredir.debian.org/debian 2debian_mirror=http://httpredir.debian.org/debian
3debian_security_mirror=http://security.debian.org 3debian_security_mirror=http://security.debian.org
4EXTRA_PACKAGES='apt debian-archive-keyring locales' 4EXTRA_PACKAGES='apt debian-archive-keyring locales'
5REAL_DPKG=y
6 5
7die() { printf 'Error: %s\n' "$*"; exit 1; } 6die() { printf 'Error: %s\n' "$*"; exit 1; }
8 7