Skip to content

Commit

Permalink
Upgrade myst if already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed Jan 29, 2020
1 parent 40c833c commit e2c5725
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ install_ubuntu() {
# myst
add-apt-repository -y "$PPA"
apt update
apt-get --only-upgrade install -y myst
apt install -y myst
service mysterium-node restart
}
Expand All @@ -176,6 +177,7 @@ install_raspbian() {
echo "deb $PPA_URL $UBUNTU_VERSION_CODENAME main" > /etc/apt/sources.list.d/mysterium.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys "$PPA_FINGER"
apt update
apt-get --only-upgrade install -y myst
apt install -y myst
service mysterium-node restart
}
Expand All @@ -199,6 +201,7 @@ install_debian() {
echo "deb $PPA_URL $UBUNTU_VERSION_CODENAME main" > /etc/apt/sources.list.d/mysterium.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys "$PPA_FINGER"
apt update
apt-get --only-upgrade install -y myst
apt install -y myst
service mysterium-node restart
}
Expand Down

0 comments on commit e2c5725

Please sign in to comment.