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
|
# Install Salt Dependencies
|
||||||
apt-get install -y -o DPkg::Options::=--force-confold \
|
apt-get install -y -o "DPkg::Options::=--force-confold" \
|
||||||
python \
|
python \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
|
|
@ -97,7 +97,7 @@ apt-get install -y -o DPkg::Options::=--force-confold \
|
||||||
apt-get -y install salt-minion
|
apt-get -y install salt-minion
|
||||||
|
|
||||||
# Salt-master
|
# 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-master \
|
||||||
salt-api \
|
salt-api \
|
||||||
salt-ssh \
|
salt-ssh \
|
||||||
|
|
@ -113,8 +113,8 @@ apt-get install -yq -o -o DPkg::Options::=--force-confold --no-install-recommend
|
||||||
make
|
make
|
||||||
|
|
||||||
# Or get the development version
|
# Or get the development version
|
||||||
# apt-get upgrade -y -o DPkg::Options::=--force-confold && \
|
# apt-get upgrade -y -o "DPkg::Options::=--force-confold" && \
|
||||||
# apt-get install -y -o DPkg::Options::=--force-confold curl
|
# apt-get install -y -o "DPkg::Options::=--force-confold" curl
|
||||||
# curl -L https://bootstrap.saltstack.com | sh -s -- -X git develop
|
# curl -L https://bootstrap.saltstack.com | sh -s -- -X git develop
|
||||||
|
|
||||||
# salt-common in debian is missing zsh completions
|
# salt-common in debian is missing zsh completions
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ if [ -f $(which powerline-daemon) ]; then
|
||||||
powerline-daemon -q
|
powerline-daemon -q
|
||||||
POWERLINE_BASH_CONTINUATION=1
|
POWERLINE_BASH_CONTINUATION=1
|
||||||
POWERLINE_BASH_SELECT=1
|
POWERLINE_BASH_SELECT=1
|
||||||
. /usr/share/powerline/bindings/bash/powerline.sh
|
source /usr/share/powerline/bindings/bash/powerline.sh
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue