mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
4 lines
118 B
Bash
Executable File
4 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
wget "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb
|
|
sudo dpkg -i discord.deb
|