MagneticMartian / wifi

GNU General Public License v3.0
0 stars 0 forks source link

User needs access to patched version of dmenu #7

Open MagneticMartian opened 3 years ago

MagneticMartian commented 3 years ago

There is now a dependency on dmenu in the script. It is a specially patch version. For now old version of script will be available in the "old-branch", so that people will still have access to the original wifi script until a build script has been made to build dmenu for the script.

MagneticMartian commented 3 years ago

The tar ball of the patch version of dmenu is now available in the repository. So, until build file created users can build it themselves:

tar xzvf dmenu_patched.tar.gz cd dmenu-5.0 sudo make && sudo make install