Skip to content

Commit

Permalink
Fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dikiaap committed Dec 26, 2016
1 parent ad3b93f commit c7d0048
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c7d0048

Please sign in to comment.