lfp


Logs | Files | README | README | LICENSE | GitLab


1
commit 2dd4462090379ee2a6dd628c2691d4808762739a
2
Author: Connor Etherington <[email protected]>
3
Date:   Wed Oct 25 11:05:40 2023 +0200
4
5
    Auto-Commit Update - 20231025
6
---
7
 lfp.install | 2 ++
8
 1 file changed, 2 insertions(+)
9
10
diff --git a/lfp.install b/lfp.install
11
index 628dbf3..1368b73 100644
12
--- a/lfp.install
13
+++ b/lfp.install
14
@@ -2,8 +2,10 @@ install(){
15
   which npm >/dev/null 2>&1 && {
16
     npm install -g /usr/share/lfp/ocr --unsafe-perm=true --allow-root ||
17
     npm install /usr/share/lfp/ocr --user
18
+  }
19
 }
20
 
21
+
22
 post_install() {
23
   install
24
   echo -e "\n \033[1;33m[+]\e[0;1;32m For on-exit directory changing, add the following line to your bash/zshrc\e[0m :\e[36m\n\n     source '/usr/share/lfp/lfpcd'\n\n\n\e[0m"