Skip to content

Commit ecc563b

Browse files
committed
don't modify the sources
1 parent c60e6f9 commit ecc563b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

input/main.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ echo "export LIBGL_ALWAYS_SOFTWARE=1" >> /etc/profile.d/userland.sh
1111
chmod +x /etc/profile.d/userland.sh
1212

1313
#update our repos so we can install some packages
14-
echo "deb http://deb.debian.org/debian/ buster main contrib non-free" > /etc/apt/sources.list
15-
echo "#deb-src http://deb.debian.org/debian/ buster main contrib non-free" >> /etc/apt/sources.list
16-
echo "deb http://deb.debian.org/debian/ buster-updates main contrib non-free" >> /etc/apt/sources.list
17-
echo "#deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free" >> /etc/apt/sources.list
1814
apt-get update
1915

2016
#install some packages with need for UserLAnd

0 commit comments

Comments
 (0)