Update external-kubuntu.sh

This commit is contained in:
ferrreo 2023-08-26 13:59:19 +01:00 committed by GitHub
parent 9ef04b8e6b
commit 7142b00e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,10 @@ else
sed -i "s#Components:#Components: external#" ./output/repo/conf/distributions sed -i "s#Components:#Components: external#" ./output/repo/conf/distributions
fi fi
apt remove preprepro -y
wget -nv https://launchpad.net/ubuntu/+archive/primary/+files/reprepro_5.3.0-1.4_amd64.deb
apt install -y ./reprepro_5.3.0-1.4_amd64.deb
# Add the new package to the repo # Add the new package to the repo
reprepro -C external -V --basedir ./output/repo/ includedeb lunar ./output/*.deb reprepro -C external -V --basedir ./output/repo/ includedeb lunar ./output/*.deb