more streamlining

This commit is contained in:
2018-07-14 23:02:35 +02:00
parent 729bda401e
commit 5c785caf8a
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
if [ ! -f "./Fork-Awesome/.git" ]; then
echo -e "\x1b[31;1mFA submodule is not initialized, exit...\x1b[m"
echo -e "Hint: try \x1b[36mgit submodule init && git submodule update\x1b[m"
exit
fi
@@ -36,4 +37,4 @@ rm ./output/*
cp "./Fork-Awesome/src/icons/$fontname/"* ./output
echo
echo "=== Your font \"$fontname\" is ready in the output/ directory ==="
echo -e "\x1b[32;1m=== Your font \"$fontname\" is ready in the output/ directory ===\x1b[m"
+2
View File
@@ -2,6 +2,7 @@
if [ ! -f "./Fork-Awesome/.git" ]; then
echo -e "\x1b[31;1mFA submodule is not initialized, exit...\x1b[m"
echo -e "Hint: try \x1b[36mgit submodule init && git submodule update\x1b[m"
exit
fi
@@ -11,6 +12,7 @@ echo "=== Ensuring FA is up-to-date ==="
git fetch && git reset --hard origin/master
echo "=== Installing ruby dependencies ==="
echo "This will take a while, but only the first time. Please stand by..."
bundle install --path vendor/bundle
echo