Created
October 15, 2023 16:42
-
-
Save b-/8c9cdcd66640a0d49388532cb95c4bb9 to your computer and use it in GitHub Desktop.
keybase.distrobox-assemble
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env -S distrobox assemble create --file | |
[keybase] | |
image=ghcr.io/briorg/ubuntu-toolbox | |
#image=quay.io/toolbx-images/ubuntu-toolbox:22.04 | |
init=false | |
nvidia=false | |
pull=false | |
root=false | |
replace=true | |
start_now=true | |
pre_init_hooks=apt-get update; | |
pre_init_hooks=curl --remote-name https://prerelease.keybase.io/keybase_amd64.deb; | |
pre_init_hooks=sudo apt-get -y install ./keybase_amd64.deb; | |
# for some reason the following line doesn't work. keybase gui window never appears... | |
init_hooks=sudo -bu ${USER} run_keybase; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment