Dotfiles/setup/modules/optional-Modules/apps/toot.sh

8 lines
219 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
source "$(dirname "${BASH_SOURCE[0]}")/../../lib/logging.sh"
log "Installing toot (Mastodon CLI, AUR)..."
yay -S --answerdiff None --answerclean All --noconfirm toot
log "toot installed."