0

I created a software, and now I want to make software public.
If ysers will type on terminal command

apt-get install printx

then software will installed on their pc, and updated ~/.bashrc file.


How can I do it ?

Thank you.

Gor
  • 101
  • 1
  • I WILL NOT install any software that messes with my `~/.bashrc`. Also how will you "fix" the `~/.bashrc` of users who have encrypted `$HOME` directories and are not logged in? – waltinator Oct 01 '15 at 18:47

1 Answers1

0

You should create your own repository, put that online, and then add the repository to your repository list.

SPRBRN
  • 2,145
  • 4
  • 26
  • 33