Fix dpkg-name path.

Former-commit-id: f37d919028ae2e9d0f2dcf6cf33e5fd6bafc7022
Former-commit-id: 6bc180ed555f3a59d893dedcf51e9ce28c29ec81
This commit is contained in:
Kaj Forney 2019-08-27 18:30:33 -06:00
parent f935efc516
commit 41190a86c5
2 changed files with 1 additions and 1 deletions

View file

@ -12,4 +12,5 @@ wget -O ../build/code.deb "https://github.com/VSCodium/vscodium/releases/downloa
#Slack
wget -O ../build/slack.deb "https://downloads.slack-edge.com/linux_releases/slack-desktop-4.0.2-amd64.deb"
dpkg-name ../build/*.deb
exit 0

View file

@ -68,7 +68,6 @@ apt install git build-essential cdebootstrap live-build curl wget -y
cd ./debs
bash get-debs.sh
dpkg-name *.deb
dpkg-name ./build/*.deb
cd ..
case $DISTRO in