add missing new line

This commit is contained in:
Adam 2024-01-09 07:17:22 -05:00
parent 6a6580cef9
commit 11b6fe4b15

4
setup
View file

@ -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