daily pastebin goal
34%
SHARE
TWEET

Untitled

a guest May 9th, 2016 122 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/sh
  2. if [ "$(id -u)" != "0" ]; then
  3.    echo "This script must be run as root" 1>&2
  4.    exit 1
  5. fi
  6. echo This is the visual basic 2008 linux installer
  7. echo It will start now.
  8. sudo apt-get install wine
  9. wget http://winetricks.googlecode.com/svn/trunk/src/winetricks
  10. winetricks dotnet35 dotnet35sp1
  11. sudo apt-get install aptitude && aptitude install winbind
  12. echo enter the directory from the setup from visual basic 2008
  13. read text
  14. echo "this is the path of the exe: $text"
  15. exit
  16. _SFX_CAB_SHUTDOWN_REQUEST=1 wine $text
  17. echo "install it normally"
RAW Paste Data
Top