forked from Shinonome/dots-hyprland
install.sh: fix icon install func; use my own fork with fixes
This commit is contained in:
+2
-2
@@ -174,11 +174,11 @@ install-Gabarito (){
|
|||||||
x fc-cache -fv
|
x fc-cache -fv
|
||||||
x cd $base
|
x cd $base
|
||||||
}
|
}
|
||||||
install-OneUI4-Icons (){
|
install-OneUI (){
|
||||||
x mkdir -p $base/cache/OneUI4-Icons
|
x mkdir -p $base/cache/OneUI4-Icons
|
||||||
x cd $base/cache/OneUI4-Icons
|
x cd $base/cache/OneUI4-Icons
|
||||||
try git init -b main
|
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 git pull origin main && git submodule update --init --recursive
|
||||||
x sudo mkdir -p /usr/local/share/icons
|
x sudo mkdir -p /usr/local/share/icons
|
||||||
x sudo cp -r OneUI /usr/local/share/icons
|
x sudo cp -r OneUI /usr/local/share/icons
|
||||||
|
|||||||
Reference in New Issue
Block a user