Skip to content

Instantly share code, notes, and snippets.

@zookee1
Last active February 21, 2024 16:52
Show Gist options
  • Save zookee1/d7d22788f0b0329e03bc0539573402c9 to your computer and use it in GitHub Desktop.
Save zookee1/d7d22788f0b0329e03bc0539573402c9 to your computer and use it in GitHub Desktop.
Tamriel Trade Centre Update
#!/bin/bash
REGION="eu" # eu or us
TTC="/mnt/games/SteamLibrary/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns/TamrielTradeCentre"
ZIP="/tmp/PriceTable.zip"
wget -O $ZIP https://$REGION.tamrieltradecentre.com/download/PriceTable
unzip -o $ZIP -d "$TTC"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment