5 lines
No EOL
79 B
Bash
5 lines
No EOL
79 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo apt update
|
|
sudo apt upgrade -y
|
|
sudo flatpak update -y |