mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-15 04:05:29 +00:00
removed yay and fixed the install script for arch based distro
This commit is contained in:
parent
58b4276003
commit
e1463b4dfa
@ -93,7 +93,11 @@ if [[ $choice =~ ^[1-2]+$ ]]; then
|
|||||||
if sudo git clone https://github.com/Z4nzu/hackingtool.git $install_dir; then
|
if sudo git clone https://github.com/Z4nzu/hackingtool.git $install_dir; then
|
||||||
# Install virtual environment
|
# Install virtual environment
|
||||||
echo -e "${YELLOW}[*] Installing Virtual Environment...${NC}"
|
echo -e "${YELLOW}[*] Installing Virtual Environment...${NC}"
|
||||||
#sudo apt install python3-venv -y
|
if [[ $choice == 1 ]]; then
|
||||||
|
sudo apt install python3-venv -y
|
||||||
|
elif [[ $choice == 2 ]]; then
|
||||||
|
echo "Python 3.3+ comes with a module called venv.";
|
||||||
|
fi
|
||||||
echo "";
|
echo "";
|
||||||
# Create a virtual environment for the tool
|
# Create a virtual environment for the tool
|
||||||
echo -e "${YELLOW}[*] Creating virtual environment..."
|
echo -e "${YELLOW}[*] Creating virtual environment..."
|
||||||
|
Loading…
Reference in New Issue
Block a user