Skip to content
Snippets Groups Projects
Commit 7c3596e0 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

okej

parent 08db3438
No related branches found
No related tags found
No related merge requests found
Pipeline #1297 failed with stages
in 8 minutes and 59 seconds
...@@ -12,11 +12,6 @@ apt-get install -y python-software-properties ...@@ -12,11 +12,6 @@ apt-get install -y python-software-properties
## Mono ## Mono
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/ubuntu precise main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list echo "deb http://download.mono-project.com/repo/ubuntu precise main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
## WineHQ
# wget https://dl.winehq.org/wine-builds/Release.key
# apt-key add Release.key
# apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
## update
apt-get update apt-get update
# Install WINE things # Install WINE things
......
...@@ -4,6 +4,7 @@ set -x ...@@ -4,6 +4,7 @@ set -x
export DISPLAY=:0.0 export DISPLAY=:0.0
export WINEPREFIX="/home/vagrant/.wine" export WINEPREFIX="/home/vagrant/.wine"
export WINEARCH="win32"
cd /home/vagrant cd /home/vagrant
...@@ -15,8 +16,8 @@ export DISPLAY=:0.0 ...@@ -15,8 +16,8 @@ export DISPLAY=:0.0
wine start.exe wine start.exe
ln -s /vagrant /home/vagrant/.wine/drive_c/vagrant ln -s /vagrant /home/vagrant/.wine/drive_c/vagrant
# Only now is it safe to install Mono # Only now is it safe to install Mono :/ it requires wine for setup
sudo apt-get install winbind mono-complete sudo apt-get install -y winbind mono-complete
# Install Tibbo tools # Install Tibbo tools
mkdir -p "/home/vagrant/.wine/drive_c/Program Files/Tibbo" mkdir -p "/home/vagrant/.wine/drive_c/Program Files/Tibbo"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment