discord canary -> stable and moved command to post install
This commit is contained in:
parent
6b79d97aa6
commit
dd069e4ad8
1 changed files with 3 additions and 3 deletions
6
setup.sh
6
setup.sh
|
@ -158,12 +158,10 @@ setup_discord() {
|
||||||
# assumes that plugins are located in ~/.config/BetterDiscord/plugins
|
# assumes that plugins are located in ~/.config/BetterDiscord/plugins
|
||||||
|
|
||||||
package_install \
|
package_install \
|
||||||
discord-canary \
|
discord \
|
||||||
betterdiscordctl-git `# BetterDiscord installer` \
|
betterdiscordctl-git `# BetterDiscord installer` \
|
||||||
discord-overlay-git `# Discord voice chat overlay` \
|
discord-overlay-git `# Discord voice chat overlay` \
|
||||||
|
|
||||||
betterdiscordctl -f canary install
|
|
||||||
|
|
||||||
BD_PLUGINS=(
|
BD_PLUGINS=(
|
||||||
134 # https://betterdiscord.app/plugin/Avatar%20Hover
|
134 # https://betterdiscord.app/plugin/Avatar%20Hover
|
||||||
60 # https://betterdiscord.app/plugin/BadgesEverywhere
|
60 # https://betterdiscord.app/plugin/BadgesEverywhere
|
||||||
|
@ -215,6 +213,8 @@ setup_discord() {
|
||||||
log "installing $BD_PLUGIN_URL"
|
log "installing $BD_PLUGIN_URL"
|
||||||
wget --content-disposition --no-clobber -P ~/.config/BetterDiscord/plugins "$BD_PLUGIN_URL"
|
wget --content-disposition --no-clobber -P ~/.config/BetterDiscord/plugins "$BD_PLUGIN_URL"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
POST_INSTALL+=("discord: run betterdiscordctl install")
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_dotnet() {
|
setup_dotnet() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue