5 lines
107 B
Bash
5 lines
107 B
Bash
#!/bin/sh
|
|
yunohost tools update
|
|
yunohost tools upgrade system
|
|
yunohost tools upgrade apps
|
|
systemctl reboot
|