minor fixes

This commit is contained in:
timurgordon
2022-08-24 15:40:37 +03:00
parent 5b9ee11694
commit bdc8ae9a0f
4 changed files with 6 additions and 4357 deletions

View File

@@ -1,10 +1,6 @@
echo "Starting build..."
# TODO: Check if current version is latest to avoid redundant installation
if [[ -f "tailwindcss" ]]
then
rm tailwindcss
fi
# checks os and architecture for correct release
# https://stackoverflow.com/a/8597411