View Single Post
  #13 (permalink)  
Old September 19th, 2002
marccd marccd is offline
Apprentice
 
Join Date: September 14th, 2002
Location: Santa Cruz, Ca
Posts: 9
marccd is flying high
Default

I can actually do a simple installer in Bash, to install java, and set it up, like
#!/bin/bash
echo " INstalling java"
<here goes all the menu code bla bla"
sh java.sh
export lines
export bla bla
copy to browser path
echo " done",

Wich is pretty easy to just create a bash script. that installs java for you.
Reply With Quote