Change versions

This commit is contained in:
Owen Schwartz 2025-01-15 21:29:17 -05:00
parent d3ccdc7b70
commit f0061a1c77
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
4 changed files with 6 additions and 6 deletions

View file

@ -22,11 +22,11 @@ Installer binaries for Linux can be found in the [Github releases](https://githu
For example, on `amd64` download the installer with either wget or curl and make it executable:
```bash
wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.5/installer_linux_amd64" && chmod +x ./installer
wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.6/installer_linux_amd64" && chmod +x ./installer
```
```bash
curl -L -o installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.5/installer_linux_amd64" && chmod +x ./installer
curl -L -o installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.6/installer_linux_amd64" && chmod +x ./installer
```
The installer must be run as root. If you're not already root, switch to the root user or use sudo:

View file

@ -59,7 +59,7 @@ _For any Traefik configuration changes beyond what is needed in this tutorial, p
```yaml
services:
pangolin:
image: fosrl/pangolin:latest
image: fosrl/pangolin:1.0.0-beta.6
container_name: pangolin
restart: unless-stopped
ports:

View file

@ -33,7 +33,7 @@ There are 2 ways to setup Newt: with the CLI application or the Docker container
On Linux, you can wget the newt binary and run the command copied during the create site step. Make sure to replace amd64 with your architecture!
```bash
wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.2/newt_linux_amd64" && chmod +x ./newt
wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt
```
Then run Newt

View file

@ -15,11 +15,11 @@ On Linux for example:
Download Newt with either wget or curl or from your browser and make it executable:
```bash
wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.2/newt_linux_amd64" && chmod +x ./newt
wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt
```
```bash
curl -L -o newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.2/newt_linux_amd64" && chmod +x ./newt
curl -L -o newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt
```
And run it: