Skip to content

Commit

Permalink
switched to wget for OTD
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyCatDev committed Dec 10, 2024
1 parent b9fcfbc commit c9a66a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/steam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

echo -e "\e[38;5;214m[Start Steam Module]\e[0m"

curl -o otd.rpm https://github.com/OpenTabletDriver/OpenTabletDriver/releases/latest/download/OpenTabletDriver.rpm
rpm-ostree install ./otd.rpm
rm -f ./otd.rpm
wget https://github.com/OpenTabletDriver/OpenTabletDriver/releases/latest/download/OpenTabletDriver.rpm
rpm-ostree install ./OpenTabletDriver.rpm
rm -f ./OpenTabletDriver.rpm

rpm-ostree install\
steam\
Expand Down

0 comments on commit c9a66a7

Please sign in to comment.