add missing new line
This commit is contained in:
parent
6a6580cef9
commit
11b6fe4b15
1 changed files with 3 additions and 1 deletions
4
setup
4
setup
|
@ -51,7 +51,7 @@ echo ':::::::-. ... ... :::::::.. .::::::.
|
||||||
MMMMP"` "YMMMMMP" "YMMMMMP" MMMM "W" "YMmMY" '
|
MMMMP"` "YMMMMMP" "YMMMMMP" MMMM "W" "YMmMY" '
|
||||||
echo "Doors are sturdier than windows.
|
echo "Doors are sturdier than windows.
|
||||||
-------------------------------------------------------"
|
-------------------------------------------------------"
|
||||||
printf "\nSetup for %s" "$OS"
|
printf "\nSetup for %s\n" "$OS"
|
||||||
|
|
||||||
case "$OS" in
|
case "$OS" in
|
||||||
*Arch*)
|
*Arch*)
|
||||||
|
@ -80,6 +80,8 @@ case "$OS" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# Add "Arch ARM"
|
||||||
|
|
||||||
# These are broken for now
|
# These are broken for now
|
||||||
# elif [[ $OS == *buntu* ]]; then
|
# elif [[ $OS == *buntu* ]]; then
|
||||||
# cd
|
# cd
|
||||||
|
|
Loading…
Add table
Reference in a new issue