Browse Source

Make the script work when piped into Bash

pull/693/head
xpetit 4 years ago committed by GitHub
parent
commit
cc9a44ecfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      sh/debian/configure.sh

3
sh/debian/configure.sh diff.vendored

@ -6,13 +6,14 @@ IFS='
'
export DEBIAN_FRONTEND=noninteractive
export DEBIAN_PRIORITY=critical
# Fix Debian 10 bug (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905409)
PATH=/sbin:/usr/sbin:$PATH
# Debian stable OS
apt-get update
apt-get -y upgrade ||:
apt-get -y -o "Dpkg::Options::=--force-confdef" -o "Dpkg::Options::=--force-confold" upgrade
apt-get -y dist-upgrade
# Disable OpenStack SSH malware

Loading…
Cancel
Save