yunohost-scripts/update.sh

6 lines
107 B
Bash
Raw Normal View History

#!/bin/sh
yunohost tools update
yunohost tools upgrade system
yunohost tools upgrade apps
systemctl reboot