You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do I have to use the arch linux? Can I install requirements manually ?
[ DO ] requirements_install.sh: requirements install
[ DO ] requirements_install.sh: pacman packages
./install/requirements_install.sh: line 67: pacman: command not found
[FAIL] requirements_install.sh: pacman packages
The text was updated successfully, but these errors were encountered:
Hello toramanemre,
the implemented tool is intended to run on Arch Linux, but it could be used on other platforms which would satisfy specified dependencies. Yes, you can install requirements manually. What operating system do you intend to use? This tool was implemented with Arch Linux packages in May 2017. Pull request with installation for your operating system would be great.
The tool depends on several other tools, which are being controlled. Wifimitm has to be able to start the required tools, therefore they have to be available on a user’s system.
The failed command is pacman --needed -S python-pip git aircrack-ng rfkill netctl wireshark-cli wpa_supplicant tcpdump hostapd dnsmasq. The pacman is a package manager for Arch Linux.
Do I have to use the arch linux? Can I install requirements manually ?
The text was updated successfully, but these errors were encountered: