material color generation: use aur pkg, change shebang

This commit is contained in:
end-4
2024-03-19 10:16:47 +07:00
parent 0fc9681eae
commit 31bc5d8cef
4 changed files with 2 additions and 16 deletions
-7
View File
@@ -101,10 +101,3 @@ install-MicroTeX (){
x sudo cp ./LaTeX /usr/local/bin/
x cd $base
}
install-materialyoucolors () {
x sudo python -m venv /opt/materialyoucolor
x source /opt/materialyoucolor/bin/activate
x sudo pip install material-color-utilities-python materialyoucolor
x deactivate
}