Skip to content

Commit 9dd2ebc

Browse files
committed
Remove dev leftover
1 parent 688edf0 commit 9dd2ebc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

add_libmagic.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ install_source() {
77
# https://www.darwinsys.com/file/
88
# https://github.com/file/file/blob/FILE5_46/INSTALL#L51
99
(
10-
python -c 'import platform; assert platform.system() != "Windows"' &&
1110
version="file-5.46" &&
1211
tmpfile="$(mktemp)" &&
1312
curl -sSLo "${tmpfile}" "https://astron.com/pub/file/${version}.tar.gz" &&

0 commit comments

Comments
 (0)