- kali
- ubuntu
- termux
- ish shell
termux
copy those commands and paste them on your terminal.
pkg install python zsh -ychsh -s zshexitcurl https://raw.githubusercontent.com/Arab-developers/PSHMode/main/install.sh > PSHMode.install 2> .PSHMode-install.log && source PSHMode.installthen download the app to activate the tool after install.
link: PSHMode-APK
ish shell
copy those commands and paste them on your terminal.
apk updateapk add python3 zsh curl shadowchsh -s $(which zsh)if you don't know what is the password you can write this command passwd to set new password or update it.
exitcurl https://raw.githubusercontent.com/Arab-developers/PSHMode/main/install.sh > PSHMode.install 2> .PSHMode-install.log && source PSHMode.installlinux
copy those commands and paste them on your terminal.
sudo apt install python3 zsh -ychsh -s $(which zsh)exitcurl https://raw.githubusercontent.com/Arab-developers/PSHMode/main/install.sh > PSHMode.install 2> .PSHMode-install.log && source PSHMode.install# to run the tool
$ PSHMode
# to check PSHMode packages
$ PSHMode check
# to update PSHMode and packages
$ PSHMode update
# to delete the tool.
$ PSHMode delete