Advertisement
Urbanecm

Untitled

Jan 15th, 2017
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/bin/bash
  2. cd /tmp
  3. sudo rm -rf /opt/*
  4. wget 'http://urbanecm.8u.cz/files/skype-for-web-linux-ia32.tar.gz'
  5. tar xzf skype-for-web-linux-ia32.tar.gz
  6. sudo mv skype-for-web-linux-ia32 /opt
  7. sudo rm -rf /opt/skype-for-web-linux-x64
  8. sudo mv /opt/skype-for-web-linux-ia32 /opt/skype-for-web-linux-x64
  9. cd $OLDPWD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement