Skip to content

Commit

Permalink
Update prepare.sh (#613)
Browse files Browse the repository at this point in the history
Hopefully fix #612
  • Loading branch information
samip5 authored May 23, 2022
1 parent 29f719f commit aa4a3a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ echo -n no > /etc/container_environment/INITRD
sed -i 's/^#\s*\(deb.*main restricted\)$/\1/g' /etc/apt/sources.list
sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
sed -i 's/^#\s*\(deb.*multiverse\)$/\1/g' /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C
apt-get update

## Fix some issues with APT packages.
Expand Down

0 comments on commit aa4a3a5

Please sign in to comment.