Update install.sh

This commit is contained in:
vinceliuice
2022-02-16 09:20:31 +08:00
parent 594507a942
commit c59a52a47a

View File

@@ -54,7 +54,7 @@ install() {
if [[ ${theme} != '' ]]; then
cp -r ${SRC_DIR}/colors/color${theme}${scheme}/*.svg ${THEME_DIR}/places/scalable
else
elif [[ ${scheme} != '' ]]; then
cp -r ${SRC_DIR}/colors/color-blue${scheme}/*.svg ${THEME_DIR}/places/scalable
fi
fi