Skip to content

Instantly share code, notes, and snippets.

@franciscojsc
Created January 4, 2022 15:56
Show Gist options
  • Select an option

  • Save franciscojsc/c1b9d50537e00fc048ee9c06f262c223 to your computer and use it in GitHub Desktop.

Select an option

Save franciscojsc/c1b9d50537e00fc048ee9c06f262c223 to your computer and use it in GitHub Desktop.
Script to update system Ubuntu with notify the finaly
#!/bin/bash
sudo apt update && \
sudo apt -y upgrade && \
sudo apt -y autoremove && \
sudo apt -y autoclean && \
sudo apt -y clean && \
sudo apt update && \
sudo apt -y upgrade && \
notify-send "Update System - OK" -i "gnome-terminal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment