From d91b205a8970d8ac02a53c14abb6960f4031f85b Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Wed, 29 Oct 2025 15:40:56 +0100 Subject: [PATCH] l4d setup bring back workshop downlaoder installation --- bundles/left4dead2/files/setup | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bundles/left4dead2/files/setup b/bundles/left4dead2/files/setup index bd88380..5612393 100644 --- a/bundles/left4dead2/files/setup +++ b/bundles/left4dead2/files/setup @@ -19,6 +19,11 @@ dpkg --add-architecture i386 apt update DEBIAN_FRONTEND=noninteractive apt install -y libc6:i386 lib32z1 +# workshop downloader +test -f /opt/l4d2/steam-workshop-download || \ + steam wget -4 https://git.sublimity.de/cronekorkn/steam-workshop-downloader/raw/branch/master/steam-workshop-download -P /opt/l4d2 +steam chmod +x /opt/l4d2/steam-workshop-download + # -- STEAM -- # steam mkdir -p /opt/l4d2/steam