#pyramid has had some updates with bugfixes since the v1.0.0 release, but there was no easy way to update the version you had running in your server that was as easy as the installation process.
Now we have the easiest thing possible, a button:
You click and it will update your server in place.
The only catch is that you have to update manually once to get the button.
If you've installed pyramid using the easy.sh script you can do that by opening your server terminal and pasting this:
systemctl stop pyramid
cd pyramid
wget https://github.com/fiatjaf/pyramid/releases/download/v1.0.5/pyramid-exe
chmod +x pyramid-exe
systemctl restart pyramid
View quoted note →
You click and it will update your server in place.
The only catch is that you have to update manually once to get the button.
If you've installed pyramid using the easy.sh script you can do that by opening your server terminal and pasting this:
systemctl stop pyramid
cd pyramid
wget https://github.com/fiatjaf/pyramid/releases/download/v1.0.5/pyramid-exe
chmod +x pyramid-exe
systemctl restart pyramid
View quoted note →