mirror of
https://gitea.com/mcereda/oam.git
synced 2026-03-03 07:24:24 +00:00
Refactored installation scripts
This commit is contained in:
13
scripts/apt/keybase.install.sh
Executable file
13
scripts/apt/keybase.install.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env sh
|
||||
# https://keybase.io/docs/the_app/install_linux
|
||||
|
||||
export \
|
||||
DEBIAN_FRONTEND='noninteractive' \
|
||||
LC_ALL='C'
|
||||
|
||||
curl https://prerelease.keybase.io/keybase_amd64.deb \
|
||||
--output /tmp/keybase_amd64.deb \
|
||||
--silent
|
||||
|
||||
sudo apt update && sudo apt install --assume-yes /tmp/keybase_amd64.deb
|
||||
rm keybase_amd64.deb
|
||||
Reference in New Issue
Block a user