February 24, 201313 yr Ho Totally new to scripts and such but always willing to learn. All Im trying to do is get screen and its needed files installed at boot but cant figure how to do it, I know I've got to add a couple of lines to the go file but not sure on what. I was thinking but probably way to simple and wrong lol cd /boot/packages/ installpkg libelf-0.8.13-i486-2.txz installpkg utempter-1.1.5-i486-1.txz installpkg screen-4.0.3-i486-3.txz Any info and pointers would help allot Thanks.
February 24, 201313 yr If your'e trying to install the 3 packages listed, I would use the following lines in your Go script instead: installpkg /boot/packages/libelf-0.8.13-i486-2.txz installpkg /boot/packages/utempter-1.1.5-i486-1.txz installpkg /boot/packages/screen-4.0.3-i486-3.txz I personally installed Screen using unMenu though so I wouldn't know if the above would be all you need to install Screen.
February 24, 201313 yr or put the *.txz files in /boot/extra and they are auto installed during boot...... Myk
February 24, 201313 yr Author or put the *.txz files in /boot/extra and they are auto installed during boot...... Myk Cool this seems like the easiest approach and the easiest way for me to update them as new versions are released. If your'e trying to install the 3 packages listed, I would use the following lines in your Go script instead: installpkg /boot/packages/libelf-0.8.13-i486-2.txz installpkg /boot/packages/utempter-1.1.5-i486-1.txz installpkg /boot/packages/screen-4.0.3-i486-3.txz I personally installed Screen using unMenu though so I wouldn't know if the above would be all you need to install Screen. Thought it would be something like this, will keep this for future reference thanks, just trying to stay with SimpleFeatures and a minimum of plugins.
Archived
This topic is now archived and is closed to further replies.