Skip to content

Commit dadf115

Browse files
committed
adding put and gnupg to tools
1 parent ba02321 commit dadf115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/makedeb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pkgfiles=( "build" "changes" "deb" "dsc" "tar.xz" )
66

77

88
if [ $gettools == "yes" ]; then
9-
sudo apt-get update && sudo apt-get install build-essential dh-make dh-python debhelper devscripts
9+
sudo apt-get update && sudo apt-get install build-essential debhelper devscripts dh-make dh-python dput gnupg
1010
sudo apt-get install python-all python-setuptools python3-all python3-setuptools
1111
fi
1212

0 commit comments

Comments
 (0)