From 4f4766174088ad3e10cf1756af2010d940b983b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 3 Jun 2020 14:32:51 -0300 Subject: [PATCH] Create install.sh for sourcecode/ --- sourcecode/install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 sourcecode/install.sh diff --git a/sourcecode/install.sh b/sourcecode/install.sh new file mode 100755 index 0000000..7736d16 --- /dev/null +++ b/sourcecode/install.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +go install ./lnch +go install ./keyboard_layout_switcher + +cd sshfs-map +make install PREFIX=$HOME/.local