Skip to content

Instantly share code, notes, and snippets.

View Agslz's full-sized avatar
💣
: ( ) { : | : & } ; :

Agustín Schulze Agslz

💣
: ( ) { : | : & } ; :
View GitHub Profile
@Agslz
Agslz / update_discord.sh
Last active July 30, 2024 21:30
Auto update discord .deb
#!/bin/bash
# URL para descargar el archivo .deb de Discord
DISCORD_URL="https://discord.com/api/download?platform=linux&format=deb"
# Directorio y nombre del archivo de destino
DOWNLOAD_DIR="/tmp"
FILE_NAME="discord.deb"
FILE_PATH="$DOWNLOAD_DIR/$FILE_NAME"