Skip to content

Commit

Permalink
Set rc9 in global_mode SYSTEM.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton authored and leucos committed Apr 25, 2022
1 parent 6f41938 commit c7f1223
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SYSTEM.md
Expand Up @@ -43,7 +43,7 @@ wget -q https://github.com/devops-works/binenv/releases/latest/download/checksum
sha256sum --check --ignore-missing checksums.txt
chmod +x ./binenv_linux_amd64
sudo ./binenv_linux_amd64 -g update
sudo ./binenv_linux_amd64 -g install binenv 0.19.0-rc8
sudo ./binenv_linux_amd64 -g install binenv 0.19.0-rc9
rm ./binenv_linux_amd64
if [[ -n $BASH ]]; then ZESHELL=bash; fi
if [[ -n $ZSH_NAME ]]; then ZESHELL=zsh; fi
Expand All @@ -60,7 +60,7 @@ wget -q https://github.com/devops-works/binenv/releases/latest/download/checksum
sha256sum --check --ignore-missing checksums.txt
chmod +x binenv_darwin_amd64
sudo ./binenv_darwin_amd64 -g update
sudo ./binenv_darwin_amd64 -g install binenv 0.19.0-rc4
sudo ./binenv_darwin_amd64 -g install binenv 0.19.0-rc9
rm ./binenv_darwin_amd64
echo 'source <(binenv completion bash)' >> ~/.bashrc
exec $SHELL
Expand All @@ -78,7 +78,7 @@ fetch https://github.com/devops-works/binenv/releases/latest/download/checksums.
shasum --ignore-missing -a 512 -c checksums.txt
chmod +x binenv_freebsd_amd64
sudo ./binenv_freebsd_amd64 -g update
sudo ./binenv_freebsd_amd64 -g install binenv 0.19.0-rc4
sudo ./binenv_freebsd_amd64 -g install binenv 0.19.0-rc9
rm ./binenv_freebsd_amd64
if [[ -n $BASH ]]; then ZESHELL=bash; fi
if [[ -n $ZSH_NAME ]]; then ZESHELL=zsh; fi
Expand All @@ -99,7 +99,7 @@ ftp https://github.com/devops-works/binenv/releases/latest/download/checksums.tx
cksum -a sha256 -C checksums.txt binenv_openbsd_amd64
chmod +x binenv_openbsd_amd64
sudo ./binenv_openbsd_amd64 -g update
sudo ./binenv_openbsd_amd64 -g install binenv 0.19.0-rc4
sudo ./binenv_openbsd_amd64 -g install binenv 0.19.0-rc9
rm ./binenv_openbsd_amd64
if [[ -n $BASH ]]; then ZESHELL=bash; fi
if [[ -n $ZSH_NAME ]]; then ZESHELL=zsh; fi
Expand Down Expand Up @@ -143,4 +143,4 @@ one ? Say, for instance, when your sysadmin does not want to install a specific
binary.

The best way to achieve this is to `export BINENV_GLOBAL=true` in your shell
rc-file so binenv will always run in global mode.
rc-file so binenv will always run in global mode.

0 comments on commit c7f1223

Please sign in to comment.