aptpkg Version 0.1.0

main 0.1.0
earnest ma 2021-07-27 18:50:38 -04:00
parent 8e735d092a
commit ce5cc6eb23
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ Easily create debian packages.
- ubuntu-dev-tools
- git, wget, bash
- unzip, tar, ar, etc.
## Usage

2
aptpkg
View File

@ -1,7 +1,7 @@
#!/usr/bin/bash
# Init variables
APTPKG_VERSION="0.1.0-dev"
APTPKG_VERSION="0.1.0"
# Show help
show_help(){