From 2507182f1474ecdfc9af6bb3c05294e607567de5 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Tue, 19 Jul 2022 15:18:16 +0930 Subject: [PATCH] made some thing executables oops --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 46591d7..151b9ce 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,4 @@ #!/bin/bash -cp scripts/* $HOME/.local/bin -r +cp scripts/* $HOME/.local/bin +cp scripts/cron/* $HOME/.local/bin