2025-08-16 14:07:26 +07:00

9 lines
226 B
Bash

#!/bin/bash
SRCD_URL="https://forums.alliedmods.net/attachment.php?attachmentid=111241&d=1350927414"
echo "Installing Left 4 Downtown 2"
curl -sL "$SRCD_URL" | bsdtar -xf - -C $DIR_SOURCEMOD
rm -v $DIR_SOURCEMOD/README.txt