systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 31ed5b246ac868b7d69ed41cc7c11c07261274f1
parent 32041692fdefd5394d57ee8ce25d958cd61e8acd
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sun, 31 May 2020 16:02:21 +0200

fix bug preventing pick and yank installs

openbsd/1-system.sh     | 1 +
rhel_centos/1-system.sh | 1 +
2 files changed, 2 insertions(+)

Diffstat:
Mopenbsd/1-system.sh | 1+
Mrhel_centos/1-system.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/openbsd/1-system.sh b/openbsd/1-system.sh @@ -24,3 +24,4 @@ gcc -std=gnu99 -o git-off gitoff.c export OFF=`pwd`/git-off/c/git-off cd /usr/local/bin ln -s $OFF git-off +cd - diff --git a/rhel_centos/1-system.sh b/rhel_centos/1-system.sh @@ -45,6 +45,7 @@ git clone https://noulin.net/git/git-off.git export OFF=`pwd`/git-off/c/git-off.c cd /usr/local/bin ln -s $OFF git-off +cd - # etckeeper # error in debian stretch