mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
build: leave default raspbian kernel. It is similar to the one being updated.
This commit is contained in:
parent
b346cbe89b
commit
a076fb5675
@ -1,5 +1,7 @@
|
||||
|
||||
[v0.46.37](https://github.com/nextcloud/nextcloudpi/commit/1044dbb) (2018-03-03) nc-automount: fix dependencies
|
||||
[v0.46.38](https://github.com/nextcloud/nextcloudpi/commit/1746a25) (2018-03-04) disable ncp user login
|
||||
|
||||
[v0.46.37](https://github.com/nextcloud/nextcloudpi/commit/fb32cf9) (2018-03-03) nc-automount: fix dependencies
|
||||
|
||||
[v0.46.36](https://github.com/nextcloud/nextcloudpi/commit/33fae1f) (2018-03-03) build: fix systemd dir not existing
|
||||
|
||||
|
||||
@ -35,10 +35,14 @@ install()
|
||||
resize2fs /dev/sda2
|
||||
|
||||
apt-get update
|
||||
sleep 30
|
||||
apt-get upgrade -y
|
||||
apt-get dist-upgrade -y
|
||||
$APTINSTALL rpi-update
|
||||
echo -e "y\n" | PRUNE_MODULES=1 rpi-update
|
||||
|
||||
# As of 03-2018, you dont get a big kernel update by doing
|
||||
# this, so better be safe. Might uncomment again in the future
|
||||
# $APTINSTALL rpi-update
|
||||
echo -e "y\n" #| PRUNE_MODULES=1 rpi-update
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user