5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
apt -y update
|
||
|
apt -y upgrade
|