Skip to content

Commit 7bf60bf

Browse files
committed
Fix phpmemcacheadmin url
1 parent 6505dcd commit 7bf60bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ee/cli/plugins/stack.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2391,9 +2391,9 @@ def install(self, packages=[], apt_packages=[], disp_msg=True):
23912391

23922392
if self.app.pargs.utils:
23932393
Log.debug(self, "Setting packages variable for utils")
2394-
packages = packages + [["http://phpmemcacheadmin.googlecode"
2395-
".com/files/phpMemcachedAdmin-1.2.2"
2396-
"-r262.tar.gz", '/tmp/memcache.tar.gz',
2394+
packages = packages + [["https://storage.googleapis.com/google-code-archive-downloads/"
2395+
"v2/code.google.com/phpmemcacheadmin/"
2396+
"phpMemcachedAdmin-1.2.2-r262.tar.gz", '/tmp/memcache.tar.gz',
23972397
'phpMemcachedAdmin'],
23982398
["https://raw.githubusercontent.com"
23992399
"/rtCamp/eeadmin/master/cache/nginx/"

0 commit comments

Comments
 (0)