Ajouter update_system_with_apt
This commit is contained in:
parent
1c656aa9ac
commit
ac962c458b
1 changed files with 5 additions and 0 deletions
5
update_system_with_apt
Normal file
5
update_system_with_apt
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
sudo apt update
|
||||
sudo apt upgrade -y
|
||||
sudo flatpak update -y
|
Loading…
Add table
Reference in a new issue