7 lines
186 B
Bash
7 lines
186 B
Bash
#!/bin/bash
|
|
|
|
SRCD_URL="https://forums.alliedmods.net/attachment.php?attachmentid=195507&d=1751361366"
|
|
|
|
echo "Installing Left 4 DHooks"
|
|
|
|
curl -sL "$SRCD_URL" | bsdtar -xf - -C $DIR_ADDONS |