Ajouter #!/usr/bin/update_system_with_apt
This commit is contained in:
parent
ee9b0322ea
commit
7a54a26538
1 changed files with 5 additions and 0 deletions
5
#!/usr/bin/update_system_with_apt
Normal file
5
#!/usr/bin/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