Skip to content
Snippets Groups Projects
Commit 6ae97625 authored by Valentin Bruch's avatar Valentin Bruch
Browse files

fixed hard-coded distro codename in liprepoctrl.sh

parent b7b2943e
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,9 @@ function install_repo() ...@@ -13,9 +13,9 @@ function install_repo()
{ {
echo "# offline repository of the linux install party echo "# offline repository of the linux install party
deb [ arch=amd64 trusted=yes ] file://$1/archives-$DIST_CODENAME $DIST_CODENAME lip" > "$FILENAME" deb [ arch=amd64 trusted=yes ] file://$1/archives-$DIST_CODENAME $DIST_CODENAME lip" > "$FILENAME"
echo "deb http://ftp.halifax.rwth-aachen.de/ubuntu/ impish main restricted universe multiverse echo "deb http://ftp.halifax.rwth-aachen.de/ubuntu/ $DIST_CODENAME main restricted universe multiverse
deb http://ftp.halifax.rwth-aachen.de/ubuntu/ impish-security main restricted universe multiverse deb http://ftp.halifax.rwth-aachen.de/ubuntu/ $DIST_CODENAME-security main restricted universe multiverse
deb http://ftp.halifax.rwth-aachen.de/ubuntu/ impish-updates main restricted universe multiverse" > "$ONLINEFILENAME" deb http://ftp.halifax.rwth-aachen.de/ubuntu/ $DIST_CODENAME-updates main restricted universe multiverse" > "$ONLINEFILENAME"
} }
function uninstall_repo() function uninstall_repo()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment