powertux/powertux.sh
2024-03-20 13:17:40 +01:00

12 lines
550 B
Bash
Executable File

#screen -d -m autokey-qt # So that it does not spawn any window
#screen -d -m conky # and customizations if needed
echo "Setting some variables for you..."
export PATH=$PATH:$HOME/powertux_folder/bin
echo "[+] Powertux path ensured. Adding to PATH permanently..."
echo "PATH=$PATH:$HOME/powertux_folder/bin" > /etc/profile.d/powertux.sh
echo "[+] Powertux prerequisites ensured."
echo "[+] Powertux is now installed. You can now use the following commands to check the installation binaries:"
echo "ls -l $HOME/powertux_folder/bin | grep powertux"