LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How To Make Installer In Linux Bash Scripting (https://www.linuxquestions.org/questions/programming-9/how-to-make-installer-in-linux-bash-scripting-325639/)

pak_abdul 05-21-2005 06:58 AM

How To Make Installer In Linux Bash Scripting
 
I MAKE A SOFTWARE MYSELF WHICH CONTAIN 4 FILES .

NOW I WANT TO ...

PLEASE TELL ME....MAKE AN INSTALLER FOR THAT USING LINUX BASH SCRIPTING

trevelluk 05-24-2005 08:37 AM

All you need is a text file where the first line is #!/bin/bash

All the other lines in the file are just the commands you want to execute to install the software. As I don't know what these commands are, then I can't tell you what to put.


BTW, using all caps is generally considered rude, as its seen as shouting.


All times are GMT -5. The time now is 09:09 PM.