diff --git a/scripts/pack.sh b/scripts/pack.sh index c5613a14..25f59c09 100644 --- a/scripts/pack.sh +++ b/scripts/pack.sh @@ -12,10 +12,10 @@ cd $DIR case $3 in centos7) bash $STUDIO/scripts/pack_CentOS.sh - bash $STUDIO/scripts/pack_CentOS_aarch64.sh + # bash $STUDIO/scripts/pack_CentOS_aarch64.sh ;; ubuntu1604) bash $STUDIO/scripts/pack_Ubuntu.sh - bash $STUDIO/scripts/pack_Ubuntu_arrch64.sh + # bash $STUDIO/scripts/pack_Ubuntu_aarch64.sh ;; esac \ No newline at end of file