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

okej

parent d1545212
No related branches found
No related tags found
No related merge requests found
Pipeline #1313 failed with stages
in 9 minutes and 7 seconds
......@@ -28,6 +28,7 @@ Vagrant.configure("2") do |config|
# Install fontconfig, wait for processing
apt-get install -y --install-recommends winehq-stable
apt-get install -y winetricks
# Install command
cp -f /vagrant/tibbo_build.sh /usr/sbin/tibbo_build
......
......@@ -18,17 +18,21 @@ winetricks native_oleaut32
wine start.exe
ln -s /vagrant /home/vagrant/.wine/drive_c/vagrant
# Install Tibbo tools - in the background
$(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 &&
unzip /tmp/tibbo.zip -d "/home/vagrant/.wine/drive_c/Program Files/Tibbo") &
# Only now is it safe to install Mono :/ it requires wine for setup
sudo apt-get install -y winbind mono-complete
# Install Tibbo tools
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
unzip /tmp/tibbo.zip -d "/home/vagrant/.wine/drive_c/Program Files/Tibbo"
# WINE extensions - max 15 minutes!
cd /home/vagrant/.wine/drive_c
winetricks dotnet40 corefonts
wait %1
kill -9 %1
touch /vagrant/OK
\ No newline at end of file
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