Update external-kubuntu.sh
This commit is contained in:
parent
9ef04b8e6b
commit
7142b00e52
@ -60,6 +60,10 @@ else
|
||||
sed -i "s#Components:#Components: external#" ./output/repo/conf/distributions
|
||||
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
|
||||
reprepro -C external -V --basedir ./output/repo/ includedeb lunar ./output/*.deb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user