diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-05-23 14:50:05 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-05-23 14:50:05 +0530 |
| commit | ed1837534a0a9a1ab8f8291cff73be031a5d493b (patch) | |
| tree | fbfb92615dcbbd250e7529c7afc00066fc72ef13 /linux/deb/01-fs-hello-kamal/README | |
| parent | fe8b0606b434bb17f870cf9e6ba473c2ef39ca1f (diff) | |
Dir rename
Diffstat (limited to 'linux/deb/01-fs-hello-kamal/README')
| -rw-r--r-- | linux/deb/01-fs-hello-kamal/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/linux/deb/01-fs-hello-kamal/README b/linux/deb/01-fs-hello-kamal/README new file mode 100644 index 0000000..114632c --- /dev/null +++ b/linux/deb/01-fs-hello-kamal/README @@ -0,0 +1,21 @@ +This directory contains everything to build a simple deb package. + +To build, run the following command: + + ./build.sh + +To install the build deb package run the following commands replacing the package.deb with the correct name of the deb file. + + cp package.deb /tmp + cd /tmp + apt install ./package.deb + +The above "apt install" will download dependencies if needed. Otherwise, dpkg command can just be used to install or upgrade the package: + + dpkg -i package.deb + +After installing the package, update the configuration file /etc/fs-hello-kamal.conf . + +To run the command found in this package after installing the deb file: + + fs-hello-kamal Debian is good |
