update install scripts

This commit is contained in:
Kevin Yue 2021-09-18 21:55:04 +08:00
parent bd63e00b32
commit 527697df88
3 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ sudo dnf install -y \
qt5-qtwebsockets-devel \
openconnect
./install.sh
./scripts/install.sh

View File

@ -6,4 +6,4 @@ sudo zypper install -y \
libqt5-qtwebengine-devel \
openconnect
./install.sh
./scripts/install.sh

View File

@ -8,4 +8,4 @@ sudo apt install -y \
qtwebengine5-dev \
openconnect
./install.sh
./scripts/install.sh