Upgrading SENTIENT to 4.0.2
SENTIENT package download
1
wget https://github.com/sentient/sentient/releases/download/v4.0.2/sentient-4.0.2.deb
SENTIENT service upgrade
- Stop SENTIENT service if it is running.
1
sudo service sentient stop
1
sudo dpkg -i sentient-4.0.2.deb
1
sudo /usr/share/sentient/bin/install/upgrade.sh
Start the service
1
sudo service sentient start
Upgrading SENTIENT to 4.0.1
SENTIENT package download
1
wget https://github.com/sentient/sentient/releases/download/v4.0.1/sentient-4.0.1.deb
SENTIENT service upgrade
- Stop SENTIENT service if it is running.
1
sudo service sentient stop
1
sudo dpkg -i sentient-4.0.1.deb
1
sudo /usr/share/sentient/bin/install/upgrade.sh
Start the service
1
sudo service sentient start
Upgrading SENTIENT to 4.0
SENTIENT package download
1
wget https://github.com/sentient/sentient/releases/download/v4.0/sentient-4.0.deb
SENTIENT service upgrade
- Stop SENTIENT service if it is running.
1
sudo service sentient stop
1
sudo dpkg -i sentient-4.0.deb
1
sudo /usr/share/sentient/bin/install/upgrade.sh
Start the service
1
sudo service sentient start