./0000777000175100017510000000000015075742705010641 5ustar workerworker./install/0000777000175100017510000000000015075742705012307 5ustar workerworker./install/task.bash0000777000175100017510000000034115075742705014111 0ustar workerworkermodule=$(config module) echo "install $module" rm -rf log.txt if zef install $module 1>log.txt 2>&1; then echo "installation succeed" update_state success 1 else echo "installation failed" update_state success 0 fi