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