diff --git a/scripts/liprepoctl.sh b/scripts/liprepoctl.sh
index bb193557decfd5491c316a88d196e82f34444532..368af337110985989eae46daef44d2051e69c258 100644
--- a/scripts/liprepoctl.sh
+++ b/scripts/liprepoctl.sh
@@ -13,9 +13,9 @@ function install_repo()
 {
 	echo "# offline repository of the linux install party
 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
-deb http://ftp.halifax.rwth-aachen.de/ubuntu/ impish-security main restricted universe multiverse
-deb http://ftp.halifax.rwth-aachen.de/ubuntu/ impish-updates main restricted universe multiverse" > "$ONLINEFILENAME"
+	echo "deb http://ftp.halifax.rwth-aachen.de/ubuntu/ $DIST_CODENAME 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/ $DIST_CODENAME-updates main restricted universe multiverse" > "$ONLINEFILENAME"
 }
 
 function uninstall_repo()