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:
-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 \