Skip to content

Commit 42d072a

Browse files
committed
misc: update release download target
flint -> flint.x86_64
1 parent 250d035 commit 42d072a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install_standalone.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ INITIAL_REPOSITORY_URL="$2"
1111
echo "[INFO] Using inital repository: '$INITIAL_REPOSITORY_NAME' with URL: '$INITIAL_REPOSITORY_URL'"
1212
echo "[INFO] Downloading latest flintpkg from github releases..."
1313

14-
# TODO: Rename to flint.x86_64 on next release
15-
curl --follow https://github.com/TimelessOS/Flint/releases/latest/download/flint -o $TMP_LOCATION
14+
curl --follow https://github.com/TimelessOS/Flint/releases/latest/download/flint.x86_64 -o $TMP_LOCATION
1615

1716
chmod 700 $TMP_LOCATION
1817

0 commit comments

Comments
 (0)