mirror of
https://github.com/zebrajr/HomeLab.git
synced 2026-01-15 12:15:06 +00:00
Added deployLeisure.
This commit is contained in:
19
xubuntuDaily/002deployLeisure.sh
Normal file
19
xubuntuDaily/002deployLeisure.sh
Normal file
@@ -0,0 +1,19 @@
|
||||
clear
|
||||
start=`date +%s`
|
||||
|
||||
echo ":: Updating and Upgrading"
|
||||
sudo apt update -y &> /dev/null
|
||||
sudo apt upgrade -y &> /dev/null
|
||||
|
||||
|
||||
echo ":: Installing Steam"
|
||||
sudo apt install steam -y &> /dev/null
|
||||
sudo apt install audacious -y &> /dev/null
|
||||
|
||||
echo ":: Cleaning Up"
|
||||
sudo apt autoclean -y &> /dev/null
|
||||
sudo apt auto-remove -y &> /dev/null
|
||||
|
||||
end=`date +%s`
|
||||
runtime=$((end-start))
|
||||
echo ":: Total Run Time: ${runtime} Seconds."
|
||||
Reference in New Issue
Block a user