Update domain
This commit is contained in:
parent
b095f5e87f
commit
d193604965
|
@ -18,7 +18,7 @@ if [ -z $(which git 2>/dev/null) ]; then
|
||||||
else
|
else
|
||||||
printf "$(tput setaf 2)-- Installing scripts --$(tput sgr0)\n"
|
printf "$(tput setaf 2)-- Installing scripts --$(tput sgr0)\n"
|
||||||
mkdir -p ~/.local
|
mkdir -p ~/.local
|
||||||
git clone https://gitea.quad.moe/quad/win3-resources.git ~/.local/gpd-win3
|
git clone https://forge.quad.moe/quad/win3-resources.git ~/.local/gpd-win3
|
||||||
echo -e "\n# GPD Win 3 scripts\nPATH=\"\${PATH}:\${HOME}/.local/gpd-win3/scripts\"" >> ~/.bashrc
|
echo -e "\n# GPD Win 3 scripts\nPATH=\"\${PATH}:\${HOME}/.local/gpd-win3/scripts\"" >> ~/.bashrc
|
||||||
printf "$(tput setaf 2)-- Install finished. Please open a new terminal to use the scripts --$(tput sgr0)\n"
|
printf "$(tput setaf 2)-- Install finished. Please open a new terminal to use the scripts --$(tput sgr0)\n"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue