Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
08003db6
Commit
08003db6
authored
Feb 07, 2018
by
helmo
Browse files
Issue
#2942743
: Drush download location is gone
parent
071052bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/aegir3-provision.postinst
View file @
08003db6
...
@@ -64,11 +64,11 @@ case "$1" in
...
@@ -64,11 +64,11 @@ case "$1" in
if
[
"
$DRUSH_VERSION
"
=
"stable"
]
;
then
if
[
"
$DRUSH_VERSION
"
=
"stable"
]
;
then
DRUSH_PHAR_URL
=
"http://
files.drush.org
/drush.phar"
DRUSH_PHAR_URL
=
"http
s
://
github.com/drush-ops/drush/releases/download/8.1.16
/drush.phar"
elif
[
"
$DRUSH_VERSION
"
=
"unstable"
]
;
then
elif
[
"
$DRUSH_VERSION
"
=
"unstable"
]
;
then
DRUSH_PHAR_URL
=
"http://
files.
drush
.org
/drush
-unstable
.phar"
DRUSH_PHAR_URL
=
"http
s
://
github.com/
drush
-ops
/drush
/releases/download/8.1.16/drush
.phar"
elif
[
"
$DRUSH_MAJOR_VERSION
"
-ge
"8"
]
;
then
elif
[
"
$DRUSH_MAJOR_VERSION
"
-ge
"8"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment