Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 16879  / 1 Year ago, fri, december 2, 2022, 9:06:52

The below bash script was written in ~10 sec, but packaging it would take me hours of skimming through big walls of text so I ask my self if there is an easy way out there that I don't know about.



#!/usr/bin/env bash

echo "Hello World"

More From » bash

 Answers
3

You could check this answer: create a .deb Package from scripts or binaries
The answer provides a quick guide in 8 simple steps.



As an extra you could check a similar procedure for Python scripts:
Create deb package for Python source and upload it to ppa at Launchpad


[#31829] Saturday, December 3, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
diffeah

Total Points: 78
Total Questions: 130
Total Answers: 98

Location: Peru
Member since Fri, Oct 14, 2022
2 Years ago
;