Skip to content

Instantly share code, notes, and snippets.

View bsjohnson20's full-sized avatar

Luna J bsjohnson20

  • 06:44 (UTC +01:00)
View GitHub Profile
@bsjohnson20
bsjohnson20 / deathstranding_zipline_decima.sh
Created April 26, 2025 23:15
To install death stranding zipline mod on linux using wine
# Download Decima from URL
url="https://github.com/ShadelessFox/decima/releases/download/v0.1.25/decima-0.1.25.zip"
wget $url -O decima.zip
# Extract Decima
unzip decima.zip -d decima
# Copy files from decima-0.1.25 to decima
cp -r decima/decima-0.1.25/* decima/
rm -rf decima/decima-0.1.25/
**hmm**