From e1143ca6ca7389959d52f2488a86c3f8b31e9137 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 12 Jul 2015 10:54:56 +0300 Subject: [PATCH] rc: drop ubuntu from sources-list-install ref: #78 --- rc/bashrc | 2 +- rc/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index 0a85e002..8f35ecc7 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -727,7 +727,7 @@ cd # This function will download and install sources.list. -function ubuntu-sources-list-install { +function sources-list-install { export RELEASE=$(lsb_release -sr) a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE" diff --git a/rc/zshrc b/rc/zshrc index 4f778d91..3d6b4d5a 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -714,7 +714,7 @@ cd # This function will download and install sources.list. -function ubuntu-sources-list-install { +function sources-list-install { export RELEASE=$(lsb_release -sr) a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE"