|
|
@ -477,7 +477,7 @@ EE134() |
|
|
|
# Removing Old Nginx Repository |
|
|
|
rm /etc/apt/sources.list.d/brianmercer-nginx* |
|
|
|
|
|
|
|
# Add Nginx Launchpad Repository |
|
|
|
# Add rtCamp Nginx Launchpad Repository |
|
|
|
echo -e "\033[34mAdding rtCamp Nginx Launchpad Repository, Please Wait...\e[0m" |
|
|
|
add-apt-repository -y ppa:rtcamp/nginx &>> $INSTALLLOG \ |
|
|
|
|| OwnError "Unable To Add Nginx Launchpad Repository" |
|
|
@ -587,10 +587,10 @@ then |
|
|
|
if [[ $EECURRENTVERSION = 1.2.2 ]] |
|
|
|
then |
|
|
|
EE122 |
|
|
|
EECURRENTVERSION="1.3.3" |
|
|
|
EECURRENTVERSION="1.3.0" |
|
|
|
fi |
|
|
|
|
|
|
|
if [[ $EECURRENTVERSION = 1.3.3 ]] |
|
|
|
if [[ $EECURRENTVERSION = 1.3.0 ]] || [[ $EECURRENTVERSION = 1.3.1 ]] || [[ $EECURRENTVERSION = 1.3.2 ]] || [[ $EECURRENTVERSION = 1.3.3 ]] |
|
|
|
then |
|
|
|
EE133 |
|
|
|
EECURRENTVERSION="1.3.4" |
|
|
|