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

dootneet

parent c5b6aaa9
No related branches found
No related tags found
No related merge requests found
Pipeline #1287 failed with stages
in 7 seconds
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
config.vm.box = "debian/contrib-jessie" config.vm.box = "skrepo/debian_stable_32bit"
config.vm.provider "virtualbox" do |v| config.vm.provider "virtualbox" do |v|
v.memory = 1260 v.memory = 1260
......
...@@ -5,13 +5,13 @@ export WINEARCH="win32" ...@@ -5,13 +5,13 @@ export WINEARCH="win32"
# Install Mono for .NET 4.0 # Install Mono for .NET 4.0
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/debian jessie main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
apt-get update apt-get update
apt-get install -y mono-complete winbind # winbind - ntlm_auth for .NET apt-get install -y mono-complete winbind # winbind - ntlm_auth for .NET
# Install WINE # Install WINE
echo "deb http://httpredir.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list #echo "deb http://httpredir.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list
apt-get update #apt-get update
apt-get install -y wget xvfb wine/jessie-backports unzip wine32/jessie-backports libwine/jessie-backports wine64/jessie-backports libwine/jessie-backports fonts-wine/jessie-backports winetricks apt-get install -y wget xvfb wine/jessie-backports unzip wine32/jessie-backports libwine/jessie-backports wine64/jessie-backports libwine/jessie-backports fonts-wine/jessie-backports winetricks
# Install command # Install command
......
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