Skip to content

Commit 3497177

Browse files
authored
Update install.sh
1 parent deb0849 commit 3497177

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

install.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ if [[ "$distro" == "Debian" ]] || [[ "$distro" == "Parrot" ]] || [[ "$distro" ==
130130
pip install colorama
131131
pip install pillow
132132
pip install numpy
133+
pip install twofish
134+
pip install blowfish
133135
echo -e "${green}[+] Completed${reset}"
134136

135137
elif [[ "$distro" == "Void" ]]; then
@@ -141,6 +143,10 @@ elif [[ "$distro" == "Void" ]]; then
141143
pip install Cryptography
142144
pip install googletrans==3.1.0a0
143145
pip install colorama
146+
pip install pillow
147+
pip install numpy
148+
pip install twofish
149+
pip install blowfish
144150
echo -e "${green}[+] Completed${reset}"
145151

146152
elif [[ "$distro" = "Arch" ]]; then
@@ -153,6 +159,10 @@ elif [[ "$distro" = "Arch" ]]; then
153159
python3 -m pip install Cryptography
154160
python3 -m pip install googletrans==3.1.0a0
155161
python3 -m pip install colorama
162+
python3 -m pip install pillow
163+
python3 -m pip install numpy
164+
python3 -m pip install twofish
165+
python3 -m pip install blowfish
156166
echo -e "${green}[+] Completed${reset}"
157167

158168
else

0 commit comments

Comments
 (0)