Set up automated updates for GitHub-sourced binaries
This commit is contained in:
parent
4810683763
commit
77a5e344ae
7 changed files with 75 additions and 9 deletions
3
.config/setup/22-install-github-packages.sh
Executable file
3
.config/setup/22-install-github-packages.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
ghup
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
mkdir -p ~/.local/bin
|
||||
curl --location https://github.com/rust-lang/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-unknown-linux-gnu.gz | gunzip --to-stdout - > ~/.local/bin/rust-analyzer
|
||||
chmod +x ~/.local/bin/rust-analyzer
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
mkdir -p ~/.local/bin
|
||||
curl --location https://github.com/dolthub/dolt/releases/latest/download/dolt-linux-amd64.tar.gz | tar xz --directory="${HOME}"/.local/bin/ --strip-components=2 dolt-linux-amd64/bin/dolt
|
||||
Loading…
Add table
Add a link
Reference in a new issue