install.sh: fix icon install func; use my own fork with fixes

This commit is contained in:
end-4
2024-01-19 19:21:17 +07:00
parent b5d4b1da0e
commit 15df48dc0e
+2 -2
View File
@@ -174,11 +174,11 @@ install-Gabarito (){
x fc-cache -fv
x cd $base
}
install-OneUI4-Icons (){
install-OneUI (){
x mkdir -p $base/cache/OneUI4-Icons
x cd $base/cache/OneUI4-Icons
try git init -b main
try git remote add origin https://github.com/mjkim0727/OneUI4-Icons.git
try git remote add origin https://github.com/end-4/OneUI4-Icons.git
x git pull origin main && git submodule update --init --recursive
x sudo mkdir -p /usr/local/share/icons
x sudo cp -r OneUI /usr/local/share/icons