⬆️ Updated tools

This commit is contained in:
Edgar 2023-03-21 11:17:16 +01:00
parent 78a9622869
commit 2343769a29
No known key found for this signature in database
GPG Key ID: 9AA5DDFFCBDCE46A
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -eu
wget "https://github.com/Kitware/CMake/releases/download/v3.25.2/cmake-3.25.2-Linux-x86_64.sh" -nv -O /tmp/cmake.sh
wget "https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-Linux-x86_64.sh" -nv -O /tmp/cmake.sh
sh /tmp/cmake.sh --exclude-subdir --prefix=/usr/local

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -eu
wget "https://github.com/svenstaro/miniserve/releases/download/v0.22.0/miniserve-v0.22.0-x86_64-unknown-linux-musl" -nv -O /tmp/miniserve
wget "https://github.com/svenstaro/miniserve/releases/download/v0.23.0/miniserve-v0.23.0-x86_64-unknown-linux-musl" -nv -O /tmp/miniserve
install -m 755 /tmp/miniserve /usr/local/bin/

View File

@ -2,6 +2,6 @@
set -eu
mkdir -p /tmp/pacaptr
wget "https://github.com/rami3l/pacaptr/releases/download/v0.17.1/pacaptr-linux-amd64.tar.gz" -nv -O /tmp/pacaptr.tar.gz
wget "https://github.com/rami3l/pacaptr/releases/download/v0.18.0/pacaptr-linux-amd64.tar.gz" -nv -O /tmp/pacaptr.tar.gz
tar xvzf /tmp/pacaptr.tar.gz -C /tmp/pacaptr
install -m 755 /tmp/pacaptr/pacaptr /usr/local/bin/fakeman

View File

@ -2,6 +2,6 @@
set -eu
mkdir -p /tmp/sccache
wget "https://github.com/mozilla/sccache/releases/download/v0.3.3/sccache-v0.3.3-x86_64-unknown-linux-musl.tar.gz" -nv -O /tmp/sccache.tar.gz
wget "https://github.com/mozilla/sccache/releases/download/v0.4.0/sccache-v0.4.0-x86_64-unknown-linux-musl.tar.gz" -nv -O /tmp/sccache.tar.gz
tar xvzf /tmp/sccache.tar.gz --strip 1 -C /tmp/sccache
install -m 755 /tmp/sccache/sccache /usr/local/bin/