rc: drop ubuntu from sources-list-install

ref: #78
This commit is contained in:
Aminda Suomalainen 2015-07-12 10:54:56 +03:00
parent 6400fd909e
commit e1143ca6ca
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"