Commit 8863fba7 authored by daidekun's avatar daidekun

删除压缩文件

parent dd434e58
...@@ -18,6 +18,9 @@ do ...@@ -18,6 +18,9 @@ do
echo "tar zxf ${package_path}/$with_ext -C ${package_path}/$fname" echo "tar zxf ${package_path}/$with_ext -C ${package_path}/$fname"
tar zxf ${package_path}/$with_ext -C ${package_path}/$fname tar zxf ${package_path}/$with_ext -C ${package_path}/$fname
echo "rm -rf ${package_path}/$with_ext"
rm -rf ${package_path}/$with_ext
done done
echo "cd /home/qg-xterm/;git pull;cd -" echo "cd /home/qg-xterm/;git pull;cd -"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment