diff --git a/runme.sh b/runme.sh index 199e0960..174e4284 100755 --- a/runme.sh +++ b/runme.sh @@ -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