From 658dac3efa24bf6ad6c00f6223e98972b47f2d98 Mon Sep 17 00:00:00 2001 From: Yash Gangurde <130395267+zenython@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:51:41 +0530 Subject: [PATCH] Update install.sh --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index e3b899d..79a07c4 100755 --- a/install.sh +++ b/install.sh @@ -16,12 +16,12 @@ sudo apt install wget -y cd LinkFinder -sudo pip3 install -r requirements.txt -sudo python3 setup.py install -pip install jsbeautifier +sudo pip3 install -r requirements.txt --break-system-packages +sudo python3 setup.py install --break-system-packages +pip install jsbeautifier --break-system-packages -echo "alias jsscanner='$cwd/script.sh'" >> ~/.bash_profile +echo "alias jsscanner='$cwd/script.sh'" >> ~/.zshrc -. ~/.bash_profile +. ~/.zshrc echo "All set bro, restart your terminal!"