We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed2dbd4 + f1301c1 commit 7c42af6Copy full SHA for 7c42af6
scripts/install.sh
@@ -193,11 +193,6 @@ download_from_github() {
193
error_exit "Downloaded file is empty"
194
fi
195
196
- # Check if file is actually a tar.gz (basic check)
197
- if ! file "$TEMP_FILE" | grep -q "gzip compressed"; then
198
- error_exit "Downloaded file is not a valid gzip archive"
199
- fi
200
-
201
# Create install directory if it doesn't exist (for user install)
202
if [ "$USER_INSTALL" = true ] && [ ! -d "$install_dir" ]; then
203
echo "Creating directory: ${install_dir}"
0 commit comments