Fix typos.

This commit is contained in:
Cyteen May 2020-02-24 01:50:34 +00:00
parent 53e18176fc
commit 5f0520c2cf
2 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@ apt-get update && apt-get upgrade -y -o "DPkg::Options::=--force-confold"
# Install Salt Dependencies
apt-get install -y -o DPkg::Options::=--force-confold \
apt-get install -y -o "DPkg::Options::=--force-confold" \
python \
apt-utils \
software-properties-common \
@ -97,7 +97,7 @@ apt-get install -y -o DPkg::Options::=--force-confold \
apt-get -y install salt-minion
# Salt-master
apt-get install -yq -o -o DPkg::Options::=--force-confold --no-install-recommends \
apt-get install -yq -o -o "DPkg::Options::=--force-confold" --no-install-recommends \
salt-master \
salt-api \
salt-ssh \
@ -113,8 +113,8 @@ apt-get install -yq -o -o DPkg::Options::=--force-confold --no-install-recommend
make
# Or get the development version
# apt-get upgrade -y -o DPkg::Options::=--force-confold && \
# apt-get install -y -o DPkg::Options::=--force-confold curl
# apt-get upgrade -y -o "DPkg::Options::=--force-confold" && \
# apt-get install -y -o "DPkg::Options::=--force-confold" curl
# curl -L https://bootstrap.saltstack.com | sh -s -- -X git develop
# salt-common in debian is missing zsh completions

View File

@ -7,7 +7,7 @@ if [ -f $(which powerline-daemon) ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/share/powerline/bindings/bash/powerline.sh
source /usr/share/powerline/bindings/bash/powerline.sh
fi
EOF