mirror of
https://github.com/KiTTYsh/dotfiles.git
synced 2025-12-09 20:59:16 -05:00
11 lines
228 B
Bash
Executable File
11 lines
228 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Switch to the dotfiles directory (assuming this script is in there)
|
|
cd "$(dirname "$0")"
|
|
|
|
git pull
|
|
git submodule update --remote
|
|
betterdiscordctl upgrade
|
|
betterdiscordctl update
|
|
betterdiscordctl reinstall
|