We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b694c33 commit ce16be6Copy full SHA for ce16be6
ct/magicmirror.sh
@@ -35,6 +35,9 @@ function update_script() {
35
msg_ok "Stopped Service"
36
37
msg_info "Updating ${APP} to v${RELEASE}"
38
+ $STD apt-get update
39
+ $STD apt-get upgrade -y
40
+ rm -rf /opt/magicmirror-backup
41
mkdir /opt/magicmirror-backup
42
cp /opt/magicmirror/config/config.js /opt/magicmirror-backup
43
if [[ -f /opt/magicmirror/css/custom.css ]]; then
0 commit comments