From 15df48dc0eea7f2bffafc7ce7aa0fda6e1e3ecbf Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 19 Jan 2024 19:21:17 +0700 Subject: [PATCH] install.sh: fix icon install func; use my own fork with fixes --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6c53accd8..4c12dd5c2 100755 --- a/install.sh +++ b/install.sh @@ -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