Fix deb pkg download name

main
earnest ma 2021-07-26 23:18:48 -04:00
parent 7c53b9e2dc
commit b9ca592644
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 1 additions and 1 deletions

2
aptpkg
View File

@ -51,7 +51,7 @@ $customcontrol
# Download a debian package
build_deb(){
echo "Getting $source"
wget "$source" -qO dist/"$name"_"$version"-"$rev"-amd64.deb
wget "$source" -qO dist/"$name"_"$version"-"$rev"_amd64.deb
}
# Download and build using files