🎉 Added scripts

This commit is contained in:
2020-10-19 10:41:37 +00:00
committed by GitHub
parent c1894f5744
commit f5c789da9d
6 changed files with 28 additions and 1 deletions

8
install-sccache.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -eu
cd /tmp/
mkdir -p /tmp/sccache
lastversion mozilla/sccache --assets --filter linux -d
tar xvzf $(find . -name "sccache-*.tar.gz") --strip 1 -C /tmp/sccache
install -m 755 /tmp/sccache/sccache /usr/local/bin/