Skip to content

Commit 1b12c0b

Browse files
author
Kristan Kenney
committed
Release 1.0.1
1 parent 36190a1 commit 1b12c0b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ To install a development build, run:
6565
v-update-sys-hestia-git branchname
6666
```
6767
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).
68-
**Important:** Updates which have been released via the Hestia package repositories and upgraded through **apt** will replace installations which use the above method.
6968

7069
Reporting Issues
7170
=============================

install/upgrade/version.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ if [ $VERSION = "$version" ]; then
1717
source /usr/local/hestia/install/upgrade/versions/$version.sh
1818
VERSION="$version"
1919
fi
20-
if [ $VERSION = "0.9.8-27" ]; then
21-
source /usr/local/hestia/install/upgrade/versions/0.9.8-28.sh
22-
VERSION="0.9.8-28"
20+
if [ $VERSION = "0.9.8-27" ] || [ $VERSION = "0.9.8-28" ]; then
21+
source /usr/local/hestia/install/upgrade/versions/0.9.8-29.sh
22+
VERSION="0.9.8-29"
2323
fi
24-
if [ $VERSION = "0.9.8-28" ]; then
24+
if [ $VERSION = "0.9.8-29" ]; then
2525
source /usr/local/hestia/install/upgrade/versions/1.00.0-190618.sh
2626
VERSION="1.00.0-190618"
2727
fi

0 commit comments

Comments
 (0)