This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# install required packages: | |
sudo dnf install qt5-qtbase-devel openssl-devel qtkeychain-qt5-devel -y | |
# create a symlink to /usr/bin/qmake, if needed | |
sudo ln -s /usr/lib64/qt5/bin/qmake /usr/bin/qmake | |
# build openfortigui code | |
git clone https://github.com/theinvisible/openfortigui.git /tmp/openfortigui |