diff --git a/ubuntu-backports.sh b/ubuntu-backports.sh index c9f0971..ec664d8 100644 --- a/ubuntu-backports.sh +++ b/ubuntu-backports.sh @@ -13,7 +13,7 @@ apt update apt upgrade -y # end of temp -apt install dpkg-sig wget rsync ssh -y +apt install dpkg-sig wget rsync ssh reprepro -y # Get ubuntu main pool echo "Getting ubuntu main pool 32bit" @@ -60,10 +60,6 @@ else sed -i "s#Components:#Components: ubuntu#" ./output/repo/conf/distributions fi -apt remove reprepro -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 packages to the repo ../ppp repoadd ./output/ "--keepunusednewfiles --keepunreferencedfiles -C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" diff --git a/ubuntu-proposed.sh b/ubuntu-proposed.sh index dd766b4..6d43db0 100644 --- a/ubuntu-proposed.sh +++ b/ubuntu-proposed.sh @@ -13,7 +13,7 @@ apt update apt upgrade -y # end of temp -apt install dpkg-sig wget rsync ssh -y +apt install dpkg-sig wget rsync ssh reprepro -y # Get ubuntu main pool echo "Getting ubuntu main pool 32bit" @@ -60,10 +60,6 @@ else sed -i "s#Components:#Components: ubuntu#" ./output/repo/conf/distributions fi -apt remove reprepro -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 packages to the repo ../ppp repoadd ./output/ "--keepunusednewfiles --keepunreferencedfiles -C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" diff --git a/ubuntu-security.sh b/ubuntu-security.sh index c30b04d..aac5215 100644 --- a/ubuntu-security.sh +++ b/ubuntu-security.sh @@ -13,7 +13,7 @@ apt update apt upgrade -y # end of temp -apt install dpkg-sig wget rsync ssh -y +apt install dpkg-sig wget rsync ssh reprepro -y # Get ubuntu main pool echo "Getting ubuntu main pool 32bit" @@ -60,10 +60,6 @@ else sed -i "s#Components:#Components: ubuntu#" ./output/repo/conf/distributions fi -apt remove reprepro -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 packages to the repo ../ppp repoadd ./output/ "--keepunusednewfiles --keepunreferencedfiles -C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" diff --git a/ubuntu-updates.sh b/ubuntu-updates.sh index 9bd9064..8d562ea 100644 --- a/ubuntu-updates.sh +++ b/ubuntu-updates.sh @@ -13,7 +13,7 @@ apt update apt upgrade -y # end of temp -apt install dpkg-sig wget rsync ssh -y +apt install dpkg-sig wget rsync ssh reprepro -y # Get ubuntu main pool echo "Getting ubuntu main pool 32bit" @@ -60,10 +60,6 @@ else sed -i "s#Components:#Components: ubuntu#" ./output/repo/conf/distributions fi -apt remove reprepro -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 packages to the repo ../ppp repoadd ./output/ "--keepunusednewfiles --keepunreferencedfiles -C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" diff --git a/ubuntu.sh b/ubuntu.sh index 903ed89..7af2a1a 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -13,7 +13,7 @@ apt update apt upgrade -y # end of temp -apt install dpkg-sig wget rsync ssh -y +apt install dpkg-sig wget rsync ssh reprepro -y # Get ubuntu main pool echo "Getting ubuntu main pool 32bit" @@ -60,10 +60,6 @@ else sed -i "s#Components:#Components: ubuntu#" ./output/repo/conf/distributions fi -apt remove reprepro -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 packages to the repo ../ppp repoadd ./output/ "--keepunusednewfiles --keepunreferencedfiles -C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar"