summaryrefslogtreecommitdiff
path: root/pages/linux
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-03-08 15:19:26 -0500
committerMicah Anderson <micah@riseup.net>2016-03-08 15:19:50 -0500
commit1964e48edef82e9f3ef059f6fc70f89e97ff8a11 (patch)
treee8237fecde7eae5fa02ffd3a07bda47a7ab51f47 /pages/linux
parentec252962060af8f9523bfa05aae0f18dfff2dfaf (diff)
update leap-archive-keyring package name
Diffstat (limited to 'pages/linux')
-rw-r--r--pages/linux/_via_packages.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/linux/_via_packages.html.haml b/pages/linux/_via_packages.html.haml
index 6a1c471..ca009e2 100644
--- a/pages/linux/_via_packages.html.haml
+++ b/pages/linux/_via_packages.html.haml
@@ -8,14 +8,14 @@
echo "deb http://deb.bitmask.net/debian #{@locals[:distro]} main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
- apt-get install bitmask leap-keyring
+ apt-get install bitmask leap-archive-keyring
%p.b= t :to_remove
%pre
:preserve
sudo -s
- apt-get remove bitmask leap-keyring
+ apt-get remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list
@@ -29,13 +29,13 @@
add-apt-repository "deb http://deb.bitmask.net/debian #{@locals[:distro]} main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
- apt-get install bitmask leap-keyring
+ apt-get install bitmask leap-archive-keyring
%p.b= t :to_remove
%pre
:preserve
sudo -s
- apt-get remove bitmask leap-keyring
+ apt-get remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian #{@locals[:distro]} main"