🔧 Update URLs

This commit is contained in:
Edgar 2021-10-22 19:20:40 +02:00
parent d0d835cbb5
commit f10bb662fb
No known key found for this signature in database
GPG Key ID: 17D930BB616061A5
2 changed files with 10 additions and 10 deletions

View File

@ -22,7 +22,7 @@ set(TOOL_TMP [==[
Repo: https://github.com/@item@ 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 [==[ set(README [==[

View File

@ -8,53 +8,53 @@ Available tools:
Repo: https://github.com/kitware/cmake 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 ### sccache
Repo: https://github.com/mozilla/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 ### duf
Repo: https://github.com/muesli/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 ### lazygit
Repo: https://github.com/jesseduffield/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 ### lazydocker
Repo: https://github.com/jesseduffield/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 ### miniserve
Repo: https://github.com/svenstaro/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 ### pacaptr
Repo: https://github.com/rami3l/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 ### butler
Repo: https://github.com/itchio/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 ### conan
Repo: https://github.com/conan-io/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`