diff --git a/rc/bashrc b/rc/bashrc index 230c25bd..8d6f1d33 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -731,7 +731,7 @@ cd function ubuntu-sources-list-install { export RELEASE=$(lsb_release -sr) -a[1]="http://mikaela.github.io/shell-things/sources.list/$RELEASE" +a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE" echo "I am now changing directory to /etc/apt/." echo "" @@ -741,7 +741,7 @@ echo "I will now backup sources.list to sources.list.bak ." echo "" cp /etc/apt/sources.list /etc/apt/sources.list.bak -echo "I will now download the sources.list file from https://mikaela.github.io/shell-things/sources.list/$RELEASE and save it as /etc/apt/sources.list ." +echo "I will now download the sources.list file from https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE and save it as /etc/apt/sources.list ." echo "" echo "" > /etc/apt/sources.list \wget ${a[1]} -O /etc/apt/sources.list diff --git a/rc/zshrc b/rc/zshrc index 7a8c2ae6..494d1b33 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -707,7 +707,7 @@ cd function ubuntu-sources-list-install { export RELEASE=$(lsb_release -sr) -a[1]="http://mikaela.github.io/shell-things/sources.list/$RELEASE" +a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE" echo "I am now changing directory to /etc/apt/." echo "" @@ -717,7 +717,7 @@ echo "I will now backup sources.list to sources.list.bak ." echo "" cp /etc/apt/sources.list /etc/apt/sources.list.bak -echo "I will now download the sources.list file from https://mikaela.github.io/shell-things/sources.list/$RELEASE and save it as /etc/apt/sources.list ." +echo "I will now download the sources.list file from https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE and save it as /etc/apt/sources.list ." echo "" echo "" > /etc/apt/sources.list \wget ${a[1]} -O /etc/apt/sources.list