Skip to content

Commit

Permalink
:fix upgrade: correction des scripts de mise à jour
Browse files Browse the repository at this point in the history
remplacement d'Irstea par inrae dans le lien de téléchargement
  • Loading branch information
equinton committed Aug 7, 2020
1 parent 745c6c7 commit 4acf4e8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion install/upgrade-1.1-1.7.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd /var/www/html/filo-science
rm -f *zip
# download last code
echo "download software"
wget https://github.com/Irstea/filo-science/archive/master.zip
wget https://github.com/inrae/filo-science/archive/master.zip
read -p "Ok to install this release [Y/n]?" answer

if [[ $answer = "y" || $answer = "Y" || -z $answer ]];
Expand Down
2 changes: 1 addition & 1 deletion install/upgrade-1.2.0-1.7.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd /var/www/html/filo-science
rm -f *zip
# download last code
echo "download software"
wget https://github.com/Irstea/filo-science/archive/master.zip
wget https://github.com/inrae/filo-science/archive/master.zip
read -p "Ok to install this release [Y/n]?" answer

if [[ $answer = "y" || $answer = "Y" || -z $answer ]];
Expand Down
2 changes: 1 addition & 1 deletion install/upgrade-1.3.0-1.7.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd /var/www/html/filo-science
rm -f *zip
# download last code
echo "download software"
wget https://github.com/Irstea/filo-science/archive/master.zip
wget https://github.com/inrae/filo-science/archive/master.zip
read -p "Ok to install this release [Y/n]?" answer

if [[ $answer = "y" || $answer = "Y" || -z $answer ]];
Expand Down
2 changes: 1 addition & 1 deletion install/upgrade-1.4.0-1.7.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd /var/www/html/filo-science
rm -f *zip
# download last code
echo "download software"
wget https://github.com/Irstea/filo-science/archive/master.zip
wget https://github.com/inrae/filo-science/archive/master.zip
read -p "Ok to install this release [Y/n]?" answer

if [[ $answer = "y" || $answer = "Y" || -z $answer ]];
Expand Down
2 changes: 1 addition & 1 deletion install/upgrade-1.5.0-1.7.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd /var/www/html/filo-science
rm -f *zip
# download last code
echo "download software"
wget https://github.com/Irstea/filo-science/archive/master.zip
wget https://github.com/inrae/filo-science/archive/master.zip
read -p "Ok to install this release [Y/n]?" answer

if [[ $answer = "y" || $answer = "Y" || -z $answer ]];
Expand Down
2 changes: 1 addition & 1 deletion install/upgrade-1.6.0-1.7.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd /var/www/html/filo-science
rm -f *zip
# download last code
echo "download software"
wget https://github.com/Irstea/filo-science/archive/master.zip
wget https://github.com/inrae/filo-science/archive/master.zip
read -p "Ok to install this release [Y/n]?" answer

if [[ $answer = "y" || $answer = "Y" || -z $answer ]];
Expand Down

0 comments on commit 4acf4e8

Please sign in to comment.