mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
remove the part stuff (#1404)
This commit is contained in:
parent
2e51706d73
commit
6f53f8bb12
@ -41,7 +41,7 @@ if [ -f /var/scripts/lib.sh ]
|
||||
then
|
||||
# shellcheck disable=2034,2059
|
||||
true
|
||||
SCRIPT_NAME="Nextcloud First Startup Script (part 2)"
|
||||
SCRIPT_NAME="Nextcloud First Startup Script"
|
||||
# shellcheck source=lib.sh
|
||||
NCDB=1 && FIRST_IFACE=1 source /var/scripts/lib.sh
|
||||
unset NCDB
|
||||
|
||||
@ -16,7 +16,7 @@ fi
|
||||
|
||||
# shellcheck disable=2034,2059
|
||||
true
|
||||
SCRIPT_NAME="Nextcloud Install Script (part 1)"
|
||||
SCRIPT_NAME="Nextcloud Install Script"
|
||||
# shellcheck source=lib.sh
|
||||
. <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user