From ed1837534a0a9a1ab8f8291cff73be031a5d493b Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 23 May 2026 14:50:05 +0530 Subject: Dir rename --- linux/deb/fs-hello-kamal/README | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 linux/deb/fs-hello-kamal/README (limited to 'linux/deb/fs-hello-kamal/README') diff --git a/linux/deb/fs-hello-kamal/README b/linux/deb/fs-hello-kamal/README deleted file mode 100644 index 114632c..0000000 --- a/linux/deb/fs-hello-kamal/README +++ /dev/null @@ -1,21 +0,0 @@ -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 -- cgit v1.2.3