File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
135137elif [[ " $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
146152elif [[ " $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
158168else
You can’t perform that action at this time.
0 commit comments