Skip to content

Commit

Permalink
attempt testing distro with stable for missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscon committed Nov 13, 2023
1 parent 48c5328 commit c421003
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion create_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ arch=${BUILDARCH:-amd64}
onlybuild=0 #use existing workdir and only build image

distro="debian" #devuan or debian
release="unstable"
release="testing"
mediahostname="quakeboot"

ezquakegitrepo="https://github.com/ezQuake/ezquake-source.git" #repository to use for ezquake build
Expand Down Expand Up @@ -182,6 +182,9 @@ if [ $onlybuild -eq 0 ] || [ ! -d "$workdir/usr" ];then
rm -rf /usr/share/locale
sed -i "s/main$/main contrib non-free non-free-firmware/g" /etc/apt/sources.list
cp -a /etc/apt/sources.list /etc/apt/sources.list.d/stable.list
sed -i "s/testing/stable/g" /etc/apt/sources.list.d/stable.list
##xanmod
#echo "deb http://deb.xanmod.org releases main" > /etc/apt/sources.list.d/xanmod.list
#gpg --keyserver keyserver.ubuntu.com --recv-keys 86F7D09EE734E623 || \
Expand Down

0 comments on commit c421003

Please sign in to comment.