Kristan Kenney 6 лет назад
Родитель
Сommit
1b12c0ba9c
3 измененных файлов с 4 добавлено и 5 удалено
  1. 0 1
      README.md
  2. 4 4
      install/upgrade/version.sh
  3. 0 0
      install/upgrade/versions/0.9.8-29.sh

+ 0 - 1
README.md

@@ -65,7 +65,6 @@ To install a development build, run:
 v-update-sys-hestia-git branchname
 ```
 Replace *branchname* with the name of the branch you wish to install from, such as release, prerelease, or master (stable, beta/release candidate, and current development code respectively). 
-**Important:** Updates which have been released via the Hestia package repositories and upgraded through **apt** will replace installations which use the above method. 
 
 Reporting Issues
 =============================

+ 4 - 4
install/upgrade/version.sh

@@ -17,11 +17,11 @@ if [ $VERSION = "$version" ]; then
     source /usr/local/hestia/install/upgrade/versions/$version.sh
     VERSION="$version"
 fi
-if [ $VERSION = "0.9.8-27" ]; then
-    source /usr/local/hestia/install/upgrade/versions/0.9.8-28.sh
-    VERSION="0.9.8-28"
+if [ $VERSION = "0.9.8-27" ] || [ $VERSION = "0.9.8-28" ]; then
+    source /usr/local/hestia/install/upgrade/versions/0.9.8-29.sh
+    VERSION="0.9.8-29"
 fi
-if [ $VERSION = "0.9.8-28" ]; then
+if [ $VERSION = "0.9.8-29" ]; then
     source /usr/local/hestia/install/upgrade/versions/1.00.0-190618.sh
     VERSION="1.00.0-190618"
 fi

+ 0 - 0
install/upgrade/versions/0.9.8-28.sh → install/upgrade/versions/0.9.8-29.sh