fix: nexus integration on Steam Deck (#55)

This commit is contained in:
v4n
2025-05-16 16:59:14 +03:00
parent 35302aa7c7
commit 13dc822fd9
3 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ if [[ "$response_sd" == "y" || "$response_sd" == "Y" ]]; then
[[ $? -ne 0 ]] && { log ERROR "Failed to add $DESTINATION_PATH to \$PATH in ~/.bashrc." ; exit 1; }
source "$HOME/.bashrc"
[[ $? -ne 0 ]] && { log ERROR "Failed to source ~/.bashrc." ; exit 1; }
export PATH="$HOME/.local/bin:$PATH" # fallback kinda in case sourcing fails
log INFO "Added $DESTINATION_PATH to your \$PATH in ~/.bashrc."
fi