5 lines
53 B
Bash
5 lines
53 B
Bash
|
#!/bin/bash
|
||
|
apt update
|
||
|
apt upgrade -y
|
||
|
apt autoremove
|