From b0230ce8f7c56e8940753998507f14587954b78f Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Wed, 20 Mar 2024 13:17:40 +0100 Subject: [PATCH] experimental install --- powertux.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 powertux.sh diff --git a/powertux.sh b/powertux.sh new file mode 100755 index 0000000..fde24e5 --- /dev/null +++ b/powertux.sh @@ -0,0 +1,12 @@ +#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" \ No newline at end of file