##################### /tmp/osiris/scripts/Osiris-deploy.sh ########################## #!/bin/sh /bin/tar -xzvf ./files/osiris-agent-x.x.x-release-Linux-2.4.26-1-686.tar.gz # I like to be sure the temporary remote directory is owned by the user that is logging # in so all temporary files and directories are removed /bin/chown -R user:user /home/user/.remote_update/ cd ./osiris-agent-x.x.x-release ./install.sh ##################### /tmp/osiris/scripts/Osiris-deploy.sh ##########################