Skip to content

zrezke/auto-update-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Systemd service 🔨 to automatically update discord on startup

Installation

Run ./install.sh it will:

#!/bin/bash

# Script path
script_path=$(dirname $(realpath $0))

# Point to user home directory containing .config/discord
sudo sed -i "4ihome_directory=$HOME" $script_path/update-discord.sh
sudo cp update-discord.* /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable update-discord.service

To trigger an update manually run:

sudo systemctl start update-discord.service

About

Automatically update discord on ubuntu and similar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages