summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-10-29 11:37:20 -0400
committerMicah Anderson <micah@riseup.net>2017-10-29 11:37:20 -0400
commit7bec493b5ea05a4ba4754ed963161b00c07943de (patch)
treed4125f902719479946f07c982ac7570bb699fca3
parent0f0db79bf9ca59d4e1b72f89b98df89868a708d3 (diff)
update distro URIs
-rw-r--r--pages/install/linux/_via_packages.html.haml12
-rw-r--r--pages/install/linux/en.md2
2 files changed, 7 insertions, 7 deletions
diff --git a/pages/install/linux/_via_packages.html.haml b/pages/install/linux/_via_packages.html.haml
index 727318f..acb58ac 100644
--- a/pages/install/linux/_via_packages.html.haml
+++ b/pages/install/linux/_via_packages.html.haml
@@ -12,7 +12,7 @@
sudo -s
apt install leap-archive-keyring
:preserve
- echo "deb http://deb.bitmask.net/debian #{@locals[:distro]} main" > /etc/apt/sources.list.d/bitmask.list
+ echo "deb http://deb.bitmask.net/debian release #{@locals[:distro]}" > /etc/apt/sources.list.d/bitmask.list
apt update
apt install bitmask
@@ -29,7 +29,7 @@
%pre
:preserve
sudo -s
- echo "deb http://deb.bitmask.net/debian #{@locals[:distro]} main" > /etc/apt/sources.list.d/bitmask.list
+ echo "deb http://deb.bitmask.net/debian release #{@locals[:distro]}" > /etc/apt/sources.list.d/bitmask.list
apt update
apt upgrade
@@ -42,7 +42,7 @@
%pre
:preserve
sudo -s
- add-apt-repository "deb http://deb.bitmask.net/debian #{@locals[:distro]} main"
+ add-apt-repository "deb http://deb.bitmask.net/debian release #{@locals[:distro]}"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt update
apt install bitmask leap-archive-keyring
@@ -54,15 +54,15 @@
sudo -s
apt remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
- add-apt-repository --remove "deb http://deb.bitmask.net/debian #{@locals[:distro]} main"
+ add-apt-repository --remove "deb http://deb.bitmask.net/debian release #{@locals[:distro]}"
%p.b= t :upgrade_os
%pre
:preserve
sudo -s
- add-apt-repository --remove "deb http://deb.bitmask.net/debian #{prior[@locals[:distro]]} main"
- add-apt-repository "deb http://deb.bitmask.net/debian #{@locals[:distro]} main"
+ add-apt-repository --remove "deb http://deb.bitmask.net/debian release #{prior[@locals[:distro]]}"
+ add-apt-repository "deb http://deb.bitmask.net/debian release #{@locals[:distro]}"
apt update
apt upgrade
diff --git a/pages/install/linux/en.md b/pages/install/linux/en.md
index e10630c..c4cafeb 100644
--- a/pages/install/linux/en.md
+++ b/pages/install/linux/en.md
@@ -15,7 +15,7 @@ If you want to try the latest code, you can download the [[latest bundle => http
```
sudo apt install leap-archive-keyring
-sudo sh -c 'echo "deb http://deb.leap.se/client stretch release" > /etc/apt/sources.list.d/bitmask.list'
+sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sources.list.d/bitmask.list'
sudo apt update && sudo apt install bitmask
```