Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Jul 20, 2019
1 parent 8aeba2b commit 9d941aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-SD-rpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
# https://lb.raspberrypi.org/forums/viewtopic.php?t=230779
# https://github.com/nextcloud/nextcloudpi/issues/938
apt-get update
apt-get install haveged
apt-get install -y --no-install-recommends haveged
systemctl enable haveged.service
# harden SSH further for Raspbian
Expand Down
2 changes: 1 addition & 1 deletion buildlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ rm $IMGNAME.torrent
put $IMGNAME.torrent
bye
EOF
cd -
cd -
cd torrent/$IMGNAME

ftp -np ftp.ownyourbits.com <<EOF
Expand Down
2 changes: 1 addition & 1 deletion updates/1.16.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apt-get install -y --no-install-recommends php-smbclient exfat-fuse exfat-utils
# https://github.com/nextcloud/nextcloudpi/issues/938
test -f /usr/bin/raspi-config && {
apt-get update
apt-get install haveged
apt-get install -y --no-install-recommends haveged
systemctl enable haveged.service
}
}
Expand Down

0 comments on commit 9d941aa

Please sign in to comment.