mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 22:50:25 +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
|