Linux Update Script
A quick video on updating your Linux machine. In this you'll get a quick tutorial on the Linux command line, entering in commands, and creating your very first script! List of commands: sudo apt install figlet lolcat mkdir scripts cd scripts touch update.sh chmod +x update.sh nano update.sh
enter code below
#!/bin/bash #Start of code clear figlet "Up&Up" | lolcat sudo apt update && sudo apt full-upgrade -y
#end of code
back in terminal
./update.sh
-- Intro Music: Artist: Yme Fresh Song: Not Virtue feat. Alan Watts
2021-12-23
0.0 LBC
Creative Commons Attribution 4.0 International
54737361 Bytes