From c7d00487f55a98ffa97160d065f2046b9ce3e0e8 Mon Sep 17 00:00:00 2001 From: Diki Andriansyah Date: Mon, 26 Dec 2016 23:03:55 +0700 Subject: [PATCH] Fixed whitespace --- install.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 22ba040..a4184d4 100755 --- a/install.sh +++ b/install.sh @@ -6,16 +6,15 @@ case "$yn" in y|Y|yes|YES|"") echo "Copying plank theme..." cp -Ri Frost $HOME/.local/share/plank/themes - + echo "Done" - + ;; - + *) echo "Invalid input" exit 1 - + esac exit 0 -