Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Go Script - Screen at boot

Featured Replies

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.

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.

 

 

or put the *.txz files in /boot/extra and they are auto installed during boot......

 

Myk

 

  • 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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.