mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
5 lines
120 B
Bash
Executable file
5 lines
120 B
Bash
Executable file
echo "apt upgrades start at:"
|
|
date
|
|
time apt-get update && time apt-get upgrade -y
|
|
echo "apt upgrades complete at:"
|
|
date
|