From eb19ad59cbb623b3be27992947a4f3eca3692a25 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 7 Aug 2022 20:55:16 +0930 Subject: [PATCH] updated install to add folder if required --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index 151b9ce..7872c75 100755 --- a/install +++ b/install @@ -1,4 +1,6 @@ #!/bin/bash +mkdir -p $HOME/.local/bin + cp scripts/* $HOME/.local/bin cp scripts/cron/* $HOME/.local/bin