From 52e28896ac13273b85e85daffc2e4609d32b6173 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Fri, 7 Apr 2017 14:57:10 +0200 Subject: [PATCH] repos --- README.md | 3 +++ build.sh | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d72275 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +32-bit Ubuntu Precise, with WINE and Tibbo IDE 5.3.1 +---------------------------------------------------- + diff --git a/build.sh b/build.sh index 37884ab..b6779dd 100644 --- a/build.sh +++ b/build.sh @@ -11,7 +11,7 @@ apt-get install -y python-software-properties # Repositories ## Mono apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF -echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list +echo "deb http://download.mono-project.com/repo/ubuntu precise main contrib non-free" | 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 @@ -22,7 +22,7 @@ apt-get update # Install things TO_INSTALL="" ## Mono for .NET 4.0, and winbind for ntlm_auth -TO_INSTALL="$TO_INSTALL mono-complete winbind" +TO_INSTALL="$TO_INSTALL mono-complete winbind ca-certificates-mono" ## WINE TO_INSTALL="$TO_INSTALL wine winetricks xvfb" ## Things -- GitLab