Skip to content

Commit

Permalink
Use xenial repository
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jun 15, 2019
1 parent d5e3361 commit a62e9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/bootstrap-container.sh
Expand Up @@ -5,8 +5,8 @@ if ! which wget 2>&1 1>/dev/null; then
apt-get install -y wget
fi

echo 'deb http://download.opensuse.org/repositories/home:/TheAssassin:/AppImageLibraries/xUbuntu_14.04/ /' > /etc/apt/sources.list.d/curl-httponly.list
wget -nv https://download.opensuse.org/repositories/home:TheAssassin:AppImageLibraries/xUbuntu_14.04/Release.key -O- | sudo apt-key add -
echo 'deb http://download.opensuse.org/repositories/home:/TheAssassin:/AppImageLibraries/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/curl-httponly.list
wget -nv https://download.opensuse.org/repositories/home:TheAssassin:AppImageLibraries/xUbuntu_16.04/Release.key -O- | sudo apt-key add -
apt-get update
apt-get install -y git g++ libxpm-dev libcurl3 libcurl4-openssl-dev automake libtool desktop-file-utils build-essential clang g++ libssl-dev pkg-config

Expand Down

0 comments on commit a62e9b9

Please sign in to comment.