diff --git a/make.sh b/make.sh
index 7cb14bb88422f8d637488e152fac243808814d3b..01ea0343b944f3897c6c9d3ffdac5e807b6104eb 100755
--- a/make.sh
+++ b/make.sh
@@ -56,14 +56,14 @@ source ~/.bashrc
 # Stazeni a rozbaleni zdrojovych kodu
 mkdir -p ${GOPATH}/src/github.com/sylabs && cd ${GOPATH}/src/github.com/sylabs && wget -q -O singularity.tar.gz https://github.com/sylabs/singularity/releases/download/v${SINVERSION}/singularity-ce-${SINVERSION}.tar.gz && tar xvf singularity.tar.gz && cd singularity-ce-${SINVERSION}
 
-sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' go.mod | diff go.mod -
-sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' go.mod -i
-
-sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' vendor/modules.txt | diff vendor/modules.txt -
-sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' vendor/modules.txt -i
-
-sed 's#\(.*\)#\1\+1#g' VERSION | diff VERSION -
-sed 's#\(.*\)#\1\+1#g' VERSION -i
+#sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' go.mod | diff go.mod -
+#sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' go.mod -i
+#
+#sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' vendor/modules.txt | diff vendor/modules.txt -
+#sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' vendor/modules.txt -i
+#
+#sed 's#\(.*\)#\1\+1#g' VERSION | diff VERSION -
+#sed 's#\(.*\)#\1\+1#g' VERSION -i
 
 # Stazeni PRoot a pridani do .install aby se includoval do balicku
 curl -LO https://proot.gitlab.io/proot/bin/proot