various bug fixes and customization

This commit is contained in:
ITmail-dk
2022-02-11 18:53:46 +01:00
parent 52636a8896
commit 16077c3021
12 changed files with 142 additions and 77 deletions

View File

@@ -0,0 +1,26 @@
#!/bin/bash
# Install - Steam Flatpak Install
# flatpak install flathub com.valvesoftware.Steam
# flatpak repairl flathub com.valvesoftware.Steam
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " Install Steam via Flatpaki on Flathub"
echo " "
echo " Enter your user password, to continue if necessary"
echo " "
echo " continues the installation in 3 seconds"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sleep 2
sudo apt install -y flatpak
flatpak install flathub com.valvesoftware.Steam
clear
echo " # # # # # RUN STEAM CORMAND: flatpak run com.valvesoftware.Steam"