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

okej

parent 43f959cc
No related branches found
No related tags found
No related merge requests found
Pipeline #1308 failed with stages
in 3 minutes and 27 seconds
...@@ -13,6 +13,11 @@ apt-get install -y python-software-properties ...@@ -13,6 +13,11 @@ 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 trusty main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list echo "deb http://download.mono-project.com/repo/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
wget https://dl.winehq.org/wine-builds/Release.key
apt-key add Release.key
apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
apt-get update apt-get update
# Install fontconfig, wait for processing # Install fontconfig, wait for processing
...@@ -22,7 +27,7 @@ do ...@@ -22,7 +27,7 @@ do
sleep 1 sleep 1
done done
#safe #safe
apt-get install --install-recommends winehq-stable
# x-ttcidfont-conf # x-ttcidfont-conf
# Accept EULA # Accept EULA
......
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