Skip to content

Commit

Permalink
Update install info
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Feb 23, 2024
1 parent c59c133 commit 3dacf43
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h3 class="title">Easy Configuration</h3>
<div class="row client">
<h2 class="title text-center">Install</h2>
<div class="distro-btns item col-md-6 col-sm-12 col-xs-12 col-md-offset-3">
<button class="client-distro client-archlinux btn btn-lg btn-primary">Arch Linux</button><button class="client-distro client-centos-7 btn btn-lg btn-default">CentOS 8</button><button class="client-distro client-debian-stretch btn btn-lg btn-default">Debian 10</button><button class="client-distro client-other btn btn-lg btn-default">Oracle Linux 8</button><button class="client-distro client-fedora btn btn-lg btn-default">Fedora 38</button><button class="client-distro client-ubuntu-one btn btn-lg btn-default">Ubuntu 20.04</button><button class="client-distro client-ubuntu-two btn btn-lg btn-default">Ubuntu 22.04</button><button class="client-distro client-ubuntu-three btn btn-lg btn-default">Ubuntu 23.04</button>
<button class="client-distro client-archlinux btn btn-lg btn-primary">Arch Linux</button><button class="client-distro client-centos-7 btn btn-lg btn-default">AlmaLinux 9</button><button class="client-distro client-debian-stretch btn btn-lg btn-default">Debian 10</button><button class="client-distro client-other btn btn-lg btn-default">Oracle Linux 9</button><button class="client-distro client-fedora btn btn-lg btn-default">Fedora 38</button><button class="client-distro client-ubuntu-one btn btn-lg btn-default">Ubuntu 20.04</button><button class="client-distro client-ubuntu-two btn btn-lg btn-default">Ubuntu 22.04</button><button class="client-distro client-ubuntu-three btn btn-lg btn-default">Ubuntu 23.04</button>
</div>
<div class="item col-md-10 col-sm-12 col-xs-12 col-md-offset-1 install-archlinux">
<h3 class="title text-center">Arch Linux</h3>
Expand All @@ -111,11 +111,11 @@ <h3 class="title text-center">Arch Linux</h3>
sudo pacman -S pritunl-client-electron</textarea>
</div>
<div class="item col-md-6 col-sm-12 col-xs-12 install-centos-7">
<h3 class="title text-center">CentOS 8</h3>
<h3 class="title text-center">AlmaLinux 9</h3>
<textarea class="editor bash">sudo tee -a /etc/yum.repos.d/pritunl.repo &lt;&lt; EOF
[pritunl]
name=Pritunl Stable Repository
baseurl=https://repo.pritunl.com/stable/yum/centos/8/
baseurl=https://repo.pritunl.com/stable/yum/almalinux/9/
gpgcheck=1
enabled=1
EOF
Expand All @@ -139,9 +139,9 @@ <h3 class="title text-center">Amazon Linux 2</h3>
sudo yum install pritunl-client-electron</textarea>
</div>
<div class="item col-md-10 col-sm-12 col-xs-12 col-md-offset-1 install-debian-stretch">
<h3 class="title text-center">Debian Buster</h3>
<h3 class="title text-center">Debian Bookworm</h3>
<textarea class="editor bash">sudo tee /etc/apt/sources.list.d/pritunl.list &lt;&lt; EOF
deb https://repo.pritunl.com/stable/apt buster main
deb https://repo.pritunl.com/stable/apt bookworm main
EOF

sudo apt install dirmngr
Expand All @@ -150,11 +150,11 @@ <h3 class="title text-center">Debian Buster</h3>
sudo apt install pritunl-client-electron</textarea>
</div>
<div class="item col-md-10 col-sm-12 col-xs-12 col-md-offset-1 install-other">
<h3 class="title text-center">Oracle Linux 8</h3>
<h3 class="title text-center">Oracle Linux 9</h3>
<textarea class="editor bash">sudo tee /etc/yum.repos.d/pritunl.repo &lt;&lt; EOF
[pritunl]
name=Pritunl Stable Repository
baseurl=https://repo.pritunl.com/stable/yum/oraclelinux/8/
baseurl=https://repo.pritunl.com/stable/yum/oraclelinux/9/
gpgcheck=1
enabled=1
EOF
Expand All @@ -164,11 +164,11 @@ <h3 class="title text-center">Oracle Linux 8</h3>
sudo yum install pritunl-client-electron</textarea>
</div>
<div class="item col-md-10 col-sm-12 col-xs-12 col-md-offset-1 install-fedora">
<h3 class="title text-center">Fedora 38</h3>
<h3 class="title text-center">Fedora 39</h3>
<textarea class="editor bash">sudo tee /etc/yum.repos.d/pritunl.repo &lt;&lt; EOF
[pritunl]
name=Pritunl Stable Repository
baseurl=https://repo.pritunl.com/stable/yum/fedora/38/
baseurl=https://repo.pritunl.com/stable/yum/fedora/39/
gpgcheck=1
enabled=1
EOF
Expand Down

0 comments on commit 3dacf43

Please sign in to comment.