From 1d6df25f5fb4ea1e2001b65ed7bb7716af46915d Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Tue, 27 Aug 2019 18:30:33 -0600 Subject: [PATCH] Fix dpkg-name path. Former-commit-id: f37d919028ae2e9d0f2dcf6cf33e5fd6bafc7022 Former-commit-id: 6bc180ed555f3a59d893dedcf51e9ce28c29ec81 --- debs/get-debs.sh | 1 + runme.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debs/get-debs.sh b/debs/get-debs.sh index 6a6e8f9a..70cd493e 100755 --- a/debs/get-debs.sh +++ b/debs/get-debs.sh @@ -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 \ No newline at end of file diff --git a/runme.sh b/runme.sh index 2edf0f14..80b4eb30 100755 --- a/runme.sh +++ b/runme.sh @@ -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