Skip to content

Commit

Permalink
installer adjusted
Browse files Browse the repository at this point in the history
Signed-off-by: jyotinc360 <[email protected]>
  • Loading branch information
gjyotin305 committed Apr 29, 2024
1 parent fb95bd3 commit f5b8d42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ readmeDir="/usr/share/doc/jpt"
licenseDir="/usr/share/licenses/jpt"

# Create installation directories if they don't exist
mkdir -p "$configInstallDir"
mkdir -p "$readmeDir"
mkdir -p "$licenseDir"

Expand All @@ -21,5 +20,9 @@ mv "$binDir/jpt" "$installDir"
mv "README.md" "$readmeDir"
mv "LICENSE" "$licenseDir"


echo "Installation of jpt completed successfully!"

rm -rf "$binDir"

echo "Clean up Completed"

0 comments on commit f5b8d42

Please sign in to comment.