3 lines
44 B
Bash
3 lines
44 B
Bash
#!/bin/bash
|
|
apt update
|
|
apt list --upgradable |
#!/bin/bash
|
|
apt update
|
|
apt list --upgradable |