steamapps/root.sh

22 lines
548 B
Bash
Executable File

#!/bin/sh
echo put me in your document folder
echo "if this folder (steamapps) is not in the document folder, it does not work"
cp steam/steam /usr/bin/
echo "Flatpak in steam command done.."
cp -r ../../.var/app/com.valvesoftware.Steam/.local/share/icons ../../.local/share/
echo Icons done..
cp -r ../../.var/app/com.valvesoftware.Steam/.local/share/applications/ ../../.local/share/
echo Executables done..
echo if you do not see the icon, Close your session and reopen it
echo Steam Games in your desktop
echo you can close the script