Skip to content

Commit 0d89efa

Browse files
committed
fixed transport https
1 parent f1088b8 commit 0d89efa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:14.04
2-
MAINTAINER Frank Celler <info@arangodb.org>
2+
MAINTAINER Frank Celler <info@arangodb.com>
33

44
# for local installation, uncomment
55
# ADD ./arangodb /install

scripts/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.3
1+
2.3.0

scripts/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# add arangodb source
4-
ARANGO_URL=http://www.arangodb.org/repositories/arangodb2/xUbuntu_14.04
4+
ARANGO_URL=https://www.arangodb.com/repositories/arangodb2/xUbuntu_14.04
55
VERSION=`cat /scripts/VERSION`
66

77
# check for local (non-network) install
@@ -29,6 +29,7 @@ else
2929
echo " ---> Updating ubuntu"
3030
apt-get -y -qq --force-yes update || exit 1
3131
apt-get -y -qq --force-yes install wget || exit 1
32+
apt-get -y -qq install apt-transport-https || exit 1
3233

3334
# install arangodb key
3435
echo "deb $ARANGO_URL/ /" >> /etc/apt/sources.list.d/arangodb.list

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy