Skip to content

Commit

Permalink
Add .deb into basefile
Browse files Browse the repository at this point in the history
  • Loading branch information
debek committed Dec 27, 2023
1 parent 3befef7 commit f3a17a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions osmon-deb/build-deb.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# Define the current directory as the base directory for the osmon package
BASE_DIR=$(pwd)

# Build the osmon.deb package
dpkg-deb --build "$BASE_DIR"

mv ../osmon-deb.deb "$BASE_DIR/osmon.deb"

echo "The osmon.deb package has been successfully created in $BASE_DIR"
File renamed without changes.

0 comments on commit f3a17a9

Please sign in to comment.