mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
Merge 32e39ac77d into 7e7aadc207
This commit is contained in:
commit
767849d64f
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
# allow specifying different destination directory
|
||||
DIR="${DIR:-"$HOME/.local/bin"}"
|
||||
|
||||
# ensure the directory exists
|
||||
mkdir -p "$DIR"
|
||||
|
||||
# map different architecture variations to the available binaries
|
||||
ARCH=$(uname -m)
|
||||
case $ARCH in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue