From 5f0520c2cf38920412ed775605d8953c769b3a6c Mon Sep 17 00:00:00 2001 From: Cyteen May Date: Mon, 24 Feb 2020 01:50:34 +0000 Subject: [PATCH] Fix typos. --- 010_saltstack.sh | 8 ++++---- 020_powerline-bash.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/010_saltstack.sh b/010_saltstack.sh index e6d59e7..eeb8c5b 100755 --- a/010_saltstack.sh +++ b/010_saltstack.sh @@ -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 diff --git a/020_powerline-bash.sh b/020_powerline-bash.sh index 9b0ffcb..96a243a 100755 --- a/020_powerline-bash.sh +++ b/020_powerline-bash.sh @@ -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