Added installation script for materialyoucolor-python

This commit is contained in:
midn8hustlr
2024-03-17 13:37:58 +05:30
parent eaa66c4a95
commit 54f088b764
5 changed files with 16 additions and 8 deletions
+7
View File
@@ -137,6 +137,13 @@ else ask_MicroTeX=true
fi
if $ask_MicroTeX;then showfun install-MicroTeX;v install-MicroTeX;fi
if $(test -d /opt/materialyoucolor); then
echo -e "\e[33m[$0]: Program \"MatertialYouColor-python\" already exists, no need to install.\e[0m"
echo -e "\e[34mYou can reinstall it in order to update to the latest version anyway.\e[0m"
ask_MaterialYouColor=$ask
else ask_MaterialYouColor=true
fi
showfun install-materialyoucolors;v install-materialyoucolors;
#####################################################################################
printf "\e[36m[$0]: 3. Copying\e[97m\n"