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