Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from wplu/feature/unsupport-install-resmgr-5
Browse files Browse the repository at this point in the history
deprecate/unsupport install-resmgr-5.sh
  • Loading branch information
cluther committed Mar 4, 2015
2 parents f41b358 + c4f26fe commit 99d6181
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/install-resmgr-5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
#
###############################################################################

export INSTALL_RESMGR_VERSION="1.0"
export INSTALL_RESMGR_VERSION="1.1"

echo "ERROR: this script is deprecated and unsupported - please refer to the Install Guide to install"
exit 2

#==============================================================================
function usage
Expand Down Expand Up @@ -310,8 +313,8 @@ function installHostSoftware

apt-key adv --keyserver keys.gnupg.net --recv-keys AA5A1AD7

REPO=http://testing.zenoss.io/apt/ubuntu
REPO=http://unstable.zenoss.io/apt/ubuntu # TODO: use testing instead
REPO=http://testing.zenoss.io/apt/ubuntu
sh -c 'echo "deb [ arch=amd64 ] '${REPO}' trusty universe" \
> /etc/apt/sources.list.d/zenoss.list'

Expand Down

0 comments on commit 99d6181

Please sign in to comment.