Advertisement
LocutusOfBorg

update-enermed

Jun 11th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. #!/bin/sh
  2. scp gcostamagna@gauss.abinsula.com:~/ability-enermed/build-enermed/deploy/rpm/cortexa8hf_vfp_neon/*Interface-git-r0.cortexa8hf_vfp_neon.rpm .
  3. scp gcostamagna@gauss.abinsula.com:~/ability-enermed/build-enermed/deploy/rpm/cortexa8hf_vfp_neon/*Manager-git-r0.cortexa8hf_vfp_neon.rpm .
  4. scp gcostamagna@gauss.abinsula.com:~/ability-enermed/build-enermed/deploy/rpm/cortexa8hf_vfp_neon/*Monitor-git-r0.cortexa8hf_vfp_neon.rpm .
  5. scp gcostamagna@gauss.abinsula.com:~/ability-enermed/build-enermed/deploy/rpm/cortexa8hf_vfp_neon/*Station-git-r0.cortexa8hf_vfp_neon.rpm .
  6. scp gcostamagna@gauss.abinsula.com:~/ability-enermed/build-enermed/deploy/rpm/cortexa8hf_vfp_neon/*utils1-git-r0.cortexa8hf_vfp_neon.rpm .
  7. scp gcostamagna@gauss.abinsula.com:~/ability-enermed/build-enermed/deploy/rpm/cortexa8hf_vfp_neon/*scripts-git-r0.cortexa8hf_vfp_neon.rpm .
  8. mkdir -p update
  9. mv *.rpm update
  10. tar cvf update.tar.gz update/
  11. md5sum update.tar.gz > update.tar.gz.md5
  12.  
  13. sudo cp -v update.* /var/www/html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement