Skip to content

Commit 4cfe69a

Browse files
author
enoch85
committed
do not use update script during first install
1 parent 48821ba commit 4cfe69a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nextcloud-startup-script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ echo System will now upgrade...
320320
sleep 2
321321
echo
322322
echo
323-
bash $SCRIPTS/update.sh
323+
apt-get update -q2
324+
aptitude full-upgrade -y
324325

325326
# Cleanup 1
326327
apt-get autoremove -y

0 commit comments

Comments
 (0)