Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2022-03-21 13:20:11 +0300
committerGitHub <noreply@github.com>2022-03-21 13:20:11 +0300
commit2856e3cdb9db88622148910211ddcadddfe532be (patch)
tree50a61c4dcb12c85672e146befe8b6c50e88b087c
parent752b7659773a11ca6d4600645547c06fdb8a23d9 (diff)
parent45da35cb60c80fa5f35c1ce35c023ff7968becc8 (diff)
Merge pull request #213 from Nexarian/fix_github_workflow_build_break_add_apt
Fix build break in GitHub workflow
-rwxr-xr-xscripts/install_xorgxrdp_build_dependencies_with_apt.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/install_xorgxrdp_build_dependencies_with_apt.sh b/scripts/install_xorgxrdp_build_dependencies_with_apt.sh
index cb9e2dc..1346a28 100755
--- a/scripts/install_xorgxrdp_build_dependencies_with_apt.sh
+++ b/scripts/install_xorgxrdp_build_dependencies_with_apt.sh
@@ -40,7 +40,8 @@ in
;;
esac
-exec apt-get -yq \
+apt-get update
+apt-get -yq \
--no-install-suggests \
--no-install-recommends \
$APT_EXTRA_ARGS \