From f10bb662fb1eb95f288e9dd3c7da4eb41657611f Mon Sep 17 00:00:00 2001 From: Edgar Date: Fri, 22 Oct 2021 19:20:40 +0200 Subject: [PATCH] :wrench: Update URLs --- CMakeLists.txt | 2 +- README.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17cd4bb..57f3569 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ set(TOOL_TMP [==[ Repo: https://github.com/@item@ -`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-@TOOL@.sh" | sudo bash` +`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-@TOOL@.sh" | sudo bash` ]==]) set(README [==[ diff --git a/README.md b/README.md index a0b81b0..b94d246 100644 --- a/README.md +++ b/README.md @@ -8,53 +8,53 @@ Available tools: Repo: https://github.com/kitware/cmake -`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-cmake.sh" | sudo bash` +`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-cmake.sh" | sudo bash` ### sccache Repo: https://github.com/mozilla/sccache -`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-sccache.sh" | sudo bash` +`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-sccache.sh" | sudo bash` ### duf Repo: https://github.com/muesli/duf -`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-duf.sh" | sudo bash` +`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-duf.sh" | sudo bash` ### lazygit Repo: https://github.com/jesseduffield/lazygit -`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-lazygit.sh" | sudo bash` +`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-lazygit.sh" | sudo bash` ### lazydocker Repo: https://github.com/jesseduffield/lazydocker -`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-lazydocker.sh" | sudo bash` +`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-lazydocker.sh" | sudo bash` ### miniserve Repo: https://github.com/svenstaro/miniserve -`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-miniserve.sh" | sudo bash` +`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-miniserve.sh" | sudo bash` ### pacaptr Repo: https://github.com/rami3l/pacaptr -`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-pacaptr.sh" | sudo bash` +`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-pacaptr.sh" | sudo bash` ### butler Repo: https://github.com/itchio/butler -`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-butler.sh" | sudo bash` +`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-butler.sh" | sudo bash` ### conan Repo: https://github.com/conan-io/conan -`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-conan.sh" | sudo bash` +`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-conan.sh" | sudo bash`