diff --git a/create_offlinerepo.sh b/create_offlinerepo.sh
index 4fb3b0d9a07b8a2443c0f66e9871b6a50ef26a95..ee37a451623b5513f4f95717ef2a77a774a48ec3 100755
--- a/create_offlinerepo.sh
+++ b/create_offlinerepo.sh
@@ -24,7 +24,7 @@ mkdir -p "$workspace"/offlinerepo
 mkdir -p "$dest"
 
 7z e -so "$iso_file" casper/filesystem.squashfs > "$workspace"/offlinerepo/filesystem.squashfs
-unsquashfs -no-xattrs -d "$workspace"/offlinerepo/squashfs-root "$workspace"/offlinerepo/filesystem.squashfs 
+unsquashfs -no-progress -no-xattrs -d "$workspace"/offlinerepo/squashfs-root "$workspace"/offlinerepo/filesystem.squashfs
 
 source "$workspace/offlinerepo/squashfs-root/etc/lsb-release"
 echo "deb $APT_SOURCE_URL_OVERRIDE ${DISTRIB_CODENAME} main restricted universe multiverse" > "$workspace/offlinerepo/squashfs-root/etc/apt/sources.list"