[RESOLVED] Problem with the install script
Quinton McLeod
Status: New User - Welcome
Joined: 15 Jan 2023
Posts: 1
Reply Quote

Hi!

On Ubuntu-based systems, the script doesn't actually work. Instead, when a person runs it, it shows:

:: Quote ::

Unable to prompt for response. Please run with -y


That's mostly because, in the script, you guys have:
:: Quote ::

add-apt-repository ppa:damentz/liquorix && apt-get update


Instead of:

:: Quote ::

add-apt-repository -y ppa:damentz/liquorix && apt-get update


And since you're using the ampersand in this command, the apt-get update doesn't run because the first command doesn't complete. As a result, the script fails and the kernel doesn't install.

:: Quote ::

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-image-liquorix-amd64
E: Unable to locate package linux-headers-liquorix-amd64


Just figured I'd let someone know, so I made an account to do just that.

Back to top
damentz
Status: Assistant
Joined: 09 Sep 2008
Posts: 1122
Reply Quote
Thanks, just fixed and removed the double apt-get update (add-apt-repository appears to run apt-get update for you).
Back to top
Display posts from previous:   

All times are GMT - 8 Hours