[RESOLVED] Problem with the install script
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 |
|||||
Thanks, just fixed and removed the double apt-get update (add-apt-repository appears to run apt-get update for you).
Back to top |
|||||
All times are GMT - 8 Hours
|