Fedora 44, install/configure improvements, Nextcloud desktop client fixes #24
@@ -69,7 +69,7 @@ do_clone_and_done() {
|
|||||||
info "Cloning $REPO_URL into $MOUNT_POINT..."
|
info "Cloning $REPO_URL into $MOUNT_POINT..."
|
||||||
cd "$MOUNT_POINT" || die "Cannot cd to $MOUNT_POINT."
|
cd "$MOUNT_POINT" || die "Cannot cd to $MOUNT_POINT."
|
||||||
git clone --progress --depth 1 -b $REPO_BRANCH "$REPO_URL" . || die "git clone failed."
|
git clone --progress --depth 1 -b $REPO_BRANCH "$REPO_URL" . || die "git clone failed."
|
||||||
${MOUNT_POINT}/setup_system.inc.sh
|
${MOUNT_POINT}/system_setup/setup_system.inc.sh
|
||||||
finish_install "$dev"
|
finish_install "$dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user