Skip to content

Commit

Permalink
fix(ujust): removed removed script dependencies for ujust setup-boot-…
Browse files Browse the repository at this point in the history
…windows-steam (#2018)

* Looks like /usr/bin/steamos-add-to-steam isn't available on all platforms, so I removed the dependency on this script from ujust setup-boot-windows-steam
  • Loading branch information
wolfyreload authored Dec 25, 2024
1 parent a8d1149 commit c185736
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ setup-boot-windows-steam:
echo "Making efibootmgr -n usable without sudo password"
echo "%wheel ALL=(root) NOPASSWD: /usr/sbin/efibootmgr" | sudo tee /etc/sudoers.d/efibootmgr-config
echo "Adding /usr/bin/boot-windows as a Non-steam game"
/usr/bin/steamos-add-to-steam /usr/bin/boot-windows
touch /tmp/addnonsteamgamefile
steam "steam://addnonsteamgame/%2Fusr%2Fbin%2Fboot-windows"

0 comments on commit c185736

Please sign in to comment.