Skip to content

Commit

Permalink
update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Sep 30, 2023
1 parent 2f31ede commit 2e89226
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
nx-desktop-settings-legacy (4.3.5) nitrux; urgency=medium

* Update install scripts for steam, hgl and bottles.

-- Uri Herrera <uri_herrera@nxos.org> Fri, 29 Sep 2023 19:39:00 -0500

nx-desktop-settings-legacy (4.3.4) nitrux; urgency=medium

* Remove LO leftovers from eons ago.
Expand Down
2 changes: 1 addition & 1 deletion etc/skel/.config/install-bottles-flatpak.sh
Expand Up @@ -10,7 +10,7 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat

notify-send "Installing Bottles, please wait..." --icon=com.usebottles.bottles

flatpak --user install -y flathub com.usebottles.bottles
flatpak install -y com.usebottles.bottles

notify-send "Installation complete." --icon=com.usebottles.bottles

Expand Down
2 changes: 1 addition & 1 deletion etc/skel/.config/install-hgl-flatpak.sh
Expand Up @@ -10,7 +10,7 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat

notify-send "Installing Bottles, please wait..." --icon=heroic

flatpak --user install -y flathub com.heroicgameslauncher.hgl
flatpak install -y com.heroicgameslauncher.hgl

notify-send "Installation complete." --icon=heroic

Expand Down
2 changes: 1 addition & 1 deletion etc/skel/.config/install-steam-flatpak.sh
Expand Up @@ -10,7 +10,7 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat

notify-send "Installing Steam, please wait..." --icon=steam

flatpak --user install -y flathub com.valvesoftware.Steam
flatpak install -y com.valvesoftware.Steam

notify-send "Installation complete." --icon=steam

Expand Down

0 comments on commit 2e89226

Please sign in to comment.