From c75f24e587e11f4e8c1c661f4de78a09d7a5e2c5 Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Sat, 22 Jul 2023 14:33:12 +0000 Subject: [PATCH] Update 'steam-install' fix fixes --- steam-install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/steam-install b/steam-install index 3eff5ea..43e3d4e 100644 --- a/steam-install +++ b/steam-install @@ -16,6 +16,5 @@ echo "export PATH=$PATH:$HOME/.local/bin" >> .bashrc echo "export PATH=$PATH:$HOME/.local/bin" >> .bash_profile ln -sf $(realpath AppRun) $HOME/.local/bin/$NAME desktop-file-install --dir="$HOME/.local/share/applications" $NAME.desktop -cd $HOME/.local/share/applications -chmod +x $NAME.desktop -gio set $NAME.desktop "metadata::trusted" true \ No newline at end of file +gio set "$HOME/.local/share/applications/$NAME.desktop" "metadata::trusted" true +rm -rf /tmp/$APP /tmp/squashfs-root \ No newline at end of file