We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250d035 commit 42d072aCopy full SHA for 42d072a
install_standalone.sh
@@ -11,8 +11,7 @@ INITIAL_REPOSITORY_URL="$2"
11
echo "[INFO] Using inital repository: '$INITIAL_REPOSITORY_NAME' with URL: '$INITIAL_REPOSITORY_URL'"
12
echo "[INFO] Downloading latest flintpkg from github releases..."
13
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
+curl --follow https://github.com/TimelessOS/Flint/releases/latest/download/flint.x86_64 -o $TMP_LOCATION
16
17
chmod 700 $TMP_LOCATION
18
0 commit comments