Skip to content

Commit

Permalink
Start adding app images and software I use
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Jun 12, 2024
1 parent e3e5be0 commit 22d6205
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utilities/install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ cd "${CURDIR}"

echo "[INFO] Installing supplemental software to OS"

# Flatpaks
flatpak install --user --noninteractive flathub io.github.philipk.boilr

# Transmission
sudo pacman -Sy transmission-cli libnatpmp libb64
sudo systemctl enable transmission.service
Expand All @@ -38,3 +41,6 @@ read -erp "Opening ~/.config/transmission-daemon/settings.json. Please update rp
vim "~/.config/transmission-daemon/settings.json"
sudo systemctl start transmission.service

# https://github.com/Tormak9970/Steam-Art-Manager
# TODO - make this dynamic for any app images...

0 comments on commit 22d6205

Please sign in to comment.