I have deprecated support for trusty, precise, really old debian.
This commit is contained in:
parent
981439cbd9
commit
2e4baba740
|
@ -337,10 +337,10 @@ elif [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ] || [ "${OS}" == "raspbia
|
||||||
setdebpkgname
|
setdebpkgname
|
||||||
movecrud
|
movecrud
|
||||||
|
|
||||||
if [ "${DIST}" == "trusty" ] || [ "${DIST}" == "precise" ]; then
|
if [ "${DIST}" == "focal" ] || [ "${DIST}" == "buster" ]; then
|
||||||
ln -sfT distros/ubuntu1204 debian
|
ln -sfT distros/ubuntu2004 debian
|
||||||
elif [ "${DIST}" == "wheezy" ]; then
|
elif [ "${DIST}" == "beowulf" ]; then
|
||||||
ln -sfT distros/debian debian
|
ln -sfT distros/beowulf debian
|
||||||
else
|
else
|
||||||
ln -sfT distros/ubuntu1604 debian
|
ln -sfT distros/ubuntu1604 debian
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue