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

small fix in linuxparty.sh: make apt sources readable for user

parent 6ae97625
No related branches found
No related tags found
No related merge requests found
......@@ -378,6 +378,7 @@ deb http://ftp.halifax.rwth-aachen.de/ubuntu/ $DISTRIB_CODENAME-updates main res
" > $newsourcefile
cat /etc/apt/sources.list >> $newsourcefile
mv $newsourcefile /etc/apt/sources.list
chmod +r /etc/apt/sources.list
fi
HAVELIPSTICK=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment