Advertisement
metalx1000

Install Slade Doom Editor

Apr 18th, 2024
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. # Quickly download and install the latest version of Slade for Debian/Linux
  2. deb="$(wget -qO- "https://debian.drdteam.org/pool/multiverse/s/slade/"|grep amd|tail -n1|cut -d\> -f7|cut -d\< -f1)"
  3. wget "https://debian.drdteam.org/pool/multiverse/s/slade/${deb}" -O /tmp/slade.deb
  4. sudo dpkg -i /tmp/slade.deb
  5. sudo apt --fix-broken install -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement