mirror of
https://github.com/tcsenpai/powertux.git
synced 2025-06-03 01:40:07 +00:00
12 lines
550 B
Bash
Executable File
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" |