Fix path for debs.

Former-commit-id: cc8e6d9ceea407dcc7ad4bc24860db1036c4e6ea
Former-commit-id: 4de762c3702ed507d742df95a7e149707d5c5e5a
This commit is contained in:
Kaj Forney 2019-08-27 14:37:46 -06:00
parent 9ffb070193
commit e0aa0c9529

View file

@ -62,8 +62,10 @@ then
fi
#This is the stuff that's common to both distros
bash ./debs/get-debs.sh
dpkg-name ./debs/*.deb
cd ./debs
bash get-debs.sh
dpkg-name *.deb
cd ..
rm -rf build
mkdir build
apt install git build-essential cdebootstrap live-build curl wget -y