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