From 3fcdd9e112173f1c029e179b0cb0352b47b0823f Mon Sep 17 00:00:00 2001 From: Augusto Moura Date: Tue, 19 Dec 2023 19:00:45 -0300 Subject: [PATCH] Give some luft to logs --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install b/bin/install index 3f523eb..9233770 100755 --- a/bin/install +++ b/bin/install @@ -37,7 +37,7 @@ install_tarball() { ln -fs "$COMPAT_DIR/$extracted_file" "$asdf_install_path" printf "Symlinked %s to %s\n" "$(colored "$YELLOW" "$asdf_install_path")" "$(colored "$CYAN" "$COMPAT_DIR/$extracted_file")" - printf "$(colored "$GREEN" "Successfully installed!") Remember to restart your Steam, if it is already opened, and enable ProtonGE + printf "\n$(colored "$GREEN" "Successfully installed!") Remember to restart your Steam, if it is already opened, and enable ProtonGE More information on enabling: https://github.com/GloriousEggroll/proton-ge-custom#enabling\n" }