Skip to content

Commit

Permalink
install-nutyx
Browse files Browse the repository at this point in the history
fix default url
  • Loading branch information
tnut committed Mar 31, 2024
1 parent 0f32e8c commit 0a81cc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/install-nutyx.in
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ fi
CHROOT="$CR util-linux"
unset CR

[ -z "$URL" ] && URL="https://downloads.nutyx.org"
[ -z "$URL" ] && URL="https://download.nutyx.org"

[ -z "$VERSION" ] && VERSION="rolling"
if [ "$VERSION" == "development" ]; then
Expand Down Expand Up @@ -1235,10 +1235,10 @@ umount $DEPOT"
exit 0"
fi

HOMEPAGE="${URL}" ## https://downloads.nutyx.org
HOMEPAGE="${URL}" ## https://download.nutyx.org
INSTALL_BASE="$ARCH/$VERSION" ## x86_64/rolling
DEPOT_ROOT="$HOMEPAGE/${INSTALL_BASE}" ## https://downloads.nutyx.org/x86_64/rolling
DEPOT_BASE="$DEPOT_ROOT/${BASE_COLLECTION}" ## https://downloads.nutyx.org/x86_64/rolling/base
DEPOT_ROOT="$HOMEPAGE/${INSTALL_BASE}" ## https://download.nutyx.org/x86_64/rolling
DEPOT_BASE="$DEPOT_ROOT/${BASE_COLLECTION}" ## https://download.nutyx.org/x86_64/rolling/base

LOCAL_DEPOT_PACKAGES="$DEPOT/${BASE_COLLECTION}"
DEPOT_CD="/media/cdrom"
Expand Down

0 comments on commit 0a81cc3

Please sign in to comment.