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

fu mono

parent a5590a69
No related branches found
No related tags found
No related merge requests found
Pipeline #1296 failed with stages
in 9 minutes and 10 seconds
...@@ -19,18 +19,8 @@ echo "deb http://download.mono-project.com/repo/ubuntu precise main" | sudo tee ...@@ -19,18 +19,8 @@ echo "deb http://download.mono-project.com/repo/ubuntu precise main" | sudo tee
## update ## update
apt-get update apt-get update
# Install things # Install WINE things
TO_INSTALL="" apt-get install -y wine winetricks xvfb xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic unzip curl
## Mono for .NET 4.0, and winbind for ntlm_auth
TO_INSTALL="$TO_INSTALL mono-complete winbind"
## WINE
TO_INSTALL="$TO_INSTALL wine winetricks xvfb"
## Fonts for Mono/WINE
TO_INSTALL="$TO_INSTALL xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic"
## Things
TO_INSTALL="$TO_INSTALL unzip curl"
## roll - globbing intended
apt-get install -y $TO_INSTALL
# Install command # Install command
cp -f /vagrant/tibbo_build.sh /usr/sbin/tibbo_build cp -f /vagrant/tibbo_build.sh /usr/sbin/tibbo_build
......
...@@ -15,6 +15,9 @@ export DISPLAY=:0.0 ...@@ -15,6 +15,9 @@ 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
sudo apt-get install 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"
wget http://dev.dms-serwis.com.pl/misc/tide-tibbo-lite-5.1.3-win32.zip -O /tmp/tibbo.zip wget http://dev.dms-serwis.com.pl/misc/tide-tibbo-lite-5.1.3-win32.zip -O /tmp/tibbo.zip
......
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