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.
1 parent 688edf0 commit 9dd2ebcCopy full SHA for 9dd2ebc
add_libmagic.sh
@@ -7,7 +7,6 @@ install_source() {
7
# https://www.darwinsys.com/file/
8
# https://github.com/file/file/blob/FILE5_46/INSTALL#L51
9
(
10
- python -c 'import platform; assert platform.system() != "Windows"' &&
11
version="file-5.46" &&
12
tmpfile="$(mktemp)" &&
13
curl -sSLo "${tmpfile}" "https://astron.com/pub/file/${version}.tar.gz" &&
0 commit comments