From 104c27fc885d417d8126da9a9ee169b3048ea16e Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Fri, 7 May 2021 11:49:12 +0700 Subject: [PATCH] Update getlibs.sh --- getlibs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/getlibs.sh b/getlibs.sh index 286d6c7..921fa60 100755 --- a/getlibs.sh +++ b/getlibs.sh @@ -5,3 +5,4 @@ wget https://download.savannah.gnu.org/releases/freetype/freetype-$BUILD_FREETYP tar xf freetype-$BUILD_FREETYPE_VERSION.tar.bz2 wget https://github.com/apple/cups/releases/download/v2.2.4/cups-2.2.4-source.tar.gz tar xf cups-2.2.4-source.tar.gz +rm cups-2.2.4-source.tar.gz freetype-$BUILD_FREETYPE_VERSION.tar.bz2