File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ trap "echo 'Something went wrong. Fix it and try again'" EXIT
3131
3232save_maintenance_mode
3333
34+ # Fix grub-pc issue in VM
35+ if apt show grub-pc-bin & > /dev/null; then
36+ $APTINSTALL grub
37+ fi
38+
3439apt-get update
3540apt-get upgrade -y
3641
Original file line number Diff line number Diff line change 11
2- [ v1.46.5] ( https://github.com/nextcloud/nextcloudpi/commit/7d4ba40 ) (2022-03-02) ncp-dist-upgrade: add DHCP fix for raspios
2+ [ v1.46.6] ( https://github.com/nextcloud/nextcloudpi/commit/71c6f5d ) (2022-03-03) ncp-dist-upgrade: fix VM grub-pc issue
3+
4+ [ v1.46.5] ( https://github.com/nextcloud/nextcloudpi/commit/adab07c ) (2022-03-02) ncp-dist-upgrade: add DHCP fix for raspios
35
46[ v1.46.4 ] ( https://github.com/nextcloud/nextcloudpi/commit/06ba8a0 ) (2022-03-02) nc-scan: check for maintenance mode enabled
57
You can’t perform that action at this time.
0 commit comments