remove install-OneUI()

This commit is contained in:
clsty
2026-03-30 21:42:24 +08:00
parent 2243f8e489
commit 687beedc4a
-14
View File
@@ -33,20 +33,6 @@ install-Gabarito(){
x cd $REPO_ROOT x cd $REPO_ROOT
} }
install-OneUI(){
x mkdir -p $REPO_ROOT/cache/OneUI4-Icons
x cd $REPO_ROOT/cache/OneUI4-Icons
try git init -b main
try git remote add origin https://github.com/end-4/OneUI4-Icons.git
# try git remote add origin https://github.com/mjkim0727/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
x sudo cp -r OneUI-dark /usr/local/share/icons
x sudo cp -r OneUI-light /usr/local/share/icons
x cd $REPO_ROOT
}
install-bibata(){ install-bibata(){
x mkdir -p $REPO_ROOT/cache/bibata-cursor x mkdir -p $REPO_ROOT/cache/bibata-cursor
x cd $REPO_ROOT/cache/bibata-cursor x cd $REPO_ROOT/cache/bibata-cursor