You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Steam silent install script

Author (Read 21023 times)

0 Members and 1 Guest are viewing this topic.

Steam silent install script
« Reply #1 on: December 05, 2019, 06:39:14 PM »
 

supergamer

  • Forum Regular
  • ***
  • 163
    Posts
  • Reputation: 27
  • Linux Lite Member
    • View Profile

  • CPU: AMD Phenom 565

  • MEMORY: 12Gb

  • VIDEO CARD: 550 ti
I made this along with a desktop icon to install Steam silently with a notification saying it is doing it and when it is done. I thought I would share the script to make it easier for someone to do it. The desktop launcher I am sure anyone can make so I am not including it. This is only for 18.04 based and up. You can adjust for using with 16.04 based.


Code: [Select]
#!/bin/bash


notify-send --expire-time=10000 'Hello SuperGamer User' 'This is silently installing the Steam client, please be patient'


pkexec apt install steam --yes --assume-yes


rm -f /home/*/Desktop/Steam*


notify-send --expire-time=10000 'Hello SuperGamer User' 'Congratulations, the install has finished'
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section