From 3b4fa01b21ce36d6e3ee0ad5c0b2d1ffbbefbb4d Mon Sep 17 00:00:00 2001 From: Chiatiah Calson Noah Date: Wed, 16 May 2018 00:17:25 +0100 Subject: [PATCH] compile cmd_typist on user machine to avoid segmentation errors --- installation/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installation/install.sh b/installation/install.sh index 546eb11..99d2895 100755 --- a/installation/install.sh +++ b/installation/install.sh @@ -1,5 +1,6 @@ #!/bin/bash #install cmdtypist +gcc ../cmd_typist.c -o ../cmd_typist && sudo cp ../cmdtypist /usr/bin/cmdtypist && mkdir $HOME/cmdtypist && cp -r ../ $HOME/cmdtypist/ &&