mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Fix dpkg-name path.
Former-commit-id: f37d919028ae2e9d0f2dcf6cf33e5fd6bafc7022 Former-commit-id: 6bc180ed555f3a59d893dedcf51e9ce28c29ec81
This commit is contained in:
parent
36c43c64ab
commit
1d6df25f5f
2 changed files with 1 additions and 1 deletions
|
@ -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
|
1
runme.sh
1
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
|
||||
|
|
Loading…
Reference in a new issue