From 437b95d3ebf9d7fc769ccb1178debb4008e8d3e3 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Thu, 5 Jul 2018 11:44:25 +0900 Subject: [PATCH] Update Qt --- scripts/package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package b/scripts/package index 5e1f0d8..b5e3d8f 100755 --- a/scripts/package +++ b/scripts/package @@ -18,7 +18,7 @@ ci_appimage() { # docker-image: ubuntu:14.04 apt -y install libfontconfig1 libfreetype6 libssl1.0.0 zlib1g unzip p7zip unar apt -y install software-properties-common - add-apt-repository -y ppa:beineri/opt-qt595-trusty + add-apt-repository -y ppa:beineri/opt-qt596-trusty echo 'deb http://download.opensuse.org/repositories/home:/TheAssassin:/AppImageLibraries/xUbuntu_14.04/ /' > /etc/apt/sources.list.d/curl-httponly.list curl -fsSL https://download.opensuse.org/repositories/home:TheAssassin:AppImageLibraries/xUbuntu_14.04/Release.key | apt-key add - apt update -qq -- GitLab