Skip to content

Commit

Permalink
Typos fix, improved style and readability
Browse files Browse the repository at this point in the history
  • Loading branch information
ronneycz authored Sep 9, 2024
1 parent aad82a3 commit 4c9fc51
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions proton-cachyos/proton-cachyos.install
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
#!/bin/sh

post_install() {
echo ":: This package, due to the way it is built and packaged is officialy UNSUPPORTED"
echo ":: This package, due to the way it is built and packaged, is officially UNSUPPORTED"
echo " by Valve. Please do not bother them if something doesn't run with it."
echo ""
echo " If something does NOT run with this package, but DOES run with the same official"
echo " version, installed according to upstream instructions, feel free to report it through"
echo " the Issues in our repository https://github.com/CachyOS/proton-cachyos."
echo " "
echo " This version of Proton is meant to be used with \"steam-native\" from the"
echo " \"steam-native-runtime\" package on Arch Linux"
echo " the issues in our repository - https://github.com/CachyOS/proton-cachyos"
echo ""
echo " Proton-CachyOS os built with Wayland suppport, but it is DISABLED as DEFAULT."
echo " If you want to test the wayland driver please set PROTON_ENABLE_WAYLAND=1 ."
echo " This version of Proton is meant to be used with steam-native from the"
echo " \"steam-native-runtime\" package on Arch Linux."
echo ""
echo " Proton-CachyOS can use NTSync/Fastsync but it is disabled by default and depends on"
echo " winesync-dkms package. To enable fastsync use PROTON_USE_WINESYNC=1 ."

echo " Proton-CachyOS is built with Wayland support, but it is DISABLED by DEFAULT."
echo " If you want to test the Wayland driver, set PROTON_ENABLE_WAYLAND=1"
echo ""
echo " Proton-CachyOS can use NTSync/Fastsync, but it is DISABLED by DEFAULT and requires"
echo " \"winesync-dkms\" package. To enable Fastsync, set PROTON_USE_WINESYNC=1"
}

post_upgrade() {
Expand Down

0 comments on commit 4c9fc51

Please sign in to comment.