Fix typos.
This commit is contained in:
parent
53e18176fc
commit
5f0520c2cf
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue