From 527697df886f13142f3d3cce50413fcc9be5729d Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sat, 18 Sep 2021 21:55:04 +0800 Subject: [PATCH] update install scripts --- scripts/install-fedora.sh | 2 +- scripts/install-opensuse.sh | 2 +- scripts/install-ubuntu.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install-fedora.sh b/scripts/install-fedora.sh index 536fc83..37bab58 100755 --- a/scripts/install-fedora.sh +++ b/scripts/install-fedora.sh @@ -6,4 +6,4 @@ sudo dnf install -y \ qt5-qtwebsockets-devel \ openconnect -./install.sh \ No newline at end of file +./scripts/install.sh \ No newline at end of file diff --git a/scripts/install-opensuse.sh b/scripts/install-opensuse.sh index 891551e..3bd78c5 100755 --- a/scripts/install-opensuse.sh +++ b/scripts/install-opensuse.sh @@ -6,4 +6,4 @@ sudo zypper install -y \ libqt5-qtwebengine-devel \ openconnect -./install.sh \ No newline at end of file +./scripts/install.sh \ No newline at end of file diff --git a/scripts/install-ubuntu.sh b/scripts/install-ubuntu.sh index 3bff251..663c8fc 100755 --- a/scripts/install-ubuntu.sh +++ b/scripts/install-ubuntu.sh @@ -8,4 +8,4 @@ sudo apt install -y \ qtwebengine5-dev \ openconnect -./install.sh \ No newline at end of file +./scripts/install.sh \ No newline at end of file