Skip to content

Commit

Permalink
nc-init: drop News for 32-bit :(
Browse files Browse the repository at this point in the history
Signed-off-by: nachoparker <nacho@ownyourbits.com>
  • Loading branch information
nachoparker committed Aug 17, 2021
1 parent bb720be commit e23b252
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 9 additions & 6 deletions bin/ncp/CONFIG/nc-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,19 @@ EOF

# enable some apps by default
ncc app:install calendar
ncc app:enable calendar
ncc app:install contacts
ncc app:enable contacts
ncc app:install notes
ncc app:enable notes
ncc app:install tasks
ncc app:install news
ncc app:enable tasks

ncc app:enable calendar
ncc app:enable contacts
ncc app:enable notes
ncc app:enable tasks
ncc app:enable news
# News dropped support for 32-bit -> https://github.com/nextcloud/news/issues/1423
if ! [[ "$(uname -m)" =~ "armv7" ]]; then
ncc app:install news
ncc app:enable news
fi

# ncp-previewgenerator
cp -r /var/www/ncp-previewgenerator /var/www/nextcloud/apps/previewgenerator
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

[v1.38.4](https://github.com/nextcloud/nextcloudpi/commit/42b6038) (2021-08-17) build: make sure we clean /.ncp-image in old builds
[v1.38.5](https://github.com/nextcloud/nextcloudpi/commit/2b45f65) (2021-08-17) nc-init: drop News for 32-bit :(

[v1.38.4](https://github.com/nextcloud/nextcloudpi/commit/bb720be) (2021-08-17) build: make sure we clean /.ncp-image in old builds

[v1.38.3](https://github.com/nextcloud/nextcloudpi/commit/9642cf9) (2021-08-17) unattended-upgrades: update raspbian origins

Expand Down

0 comments on commit e23b252

Please sign in to comment.