13 lines
86 B
Bash
13 lines
86 B
Bash
#!/bin/sh
|
|
|
|
|
|
touch $HOME/.hushlogin
|
|
|
|
|
|
apt update
|
|
apt upgrade -y
|
|
apt dist-upgrade -y
|
|
|
|
|
|
|