mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
parent
6400fd909e
commit
e1143ca6ca
@ -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"
|
||||
|
2
rc/zshrc
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user