project1/Tutorial/script1.sh
2024-12-02 01:42:44 -03:00

4 lines
60 B
Bash

#!/bin/sh
apt-get update
apt-get dist-upgrade -y
reboot