From 4c9fc5113b32a7882300da75ec91f20eb555a1a5 Mon Sep 17 00:00:00 2001 From: ronneycz <40179235+ronneycz@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:30:27 +0200 Subject: [PATCH] Typos fix, improved style and readability --- proton-cachyos/proton-cachyos.install | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/proton-cachyos/proton-cachyos.install b/proton-cachyos/proton-cachyos.install index 5c6694e9..3f490d09 100644 --- a/proton-cachyos/proton-cachyos.install +++ b/proton-cachyos/proton-cachyos.install @@ -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() {