Page: Previous  1, 2

damentz
Status: Assistant
Joined: 09 Sep 2008
Posts: 1122
Reply Quote
Can you try running the install script again on your system? I've updated the steps so it follows Debian's instructions for third party repos and confirmed it works on vanilla and preexisting Debian systems.

And in-case you don't want to visit the site: curl 'https://liquorix.net/install-liquorix.sh' | sudo bash
Back to top
wildstar84
Status: Contributor
Joined: 31 May 2017
Posts: 56
Location: Texas
Reply Quote
Sorry it took lo long to get around to this (higher priorities). Ever leary of running scripts from the web, especially as root, I downloaded and examined it first, and fortunately so, as I wasn't wanting to actually install/upgrade Liquorix at the moment, but instead, after studying your script & much T&E, here what I did that worked and eliminated the warning:

:: Code ::
apt-get update && apt-get install -y --no-install-recommends curl gpg ca-certificates
curl "https://liquorix.net/liquorix-keyring.gpg" | gpg --batch --yes --output "/etc/apt/trusted.gpg.d/liquorix-keyring.gpg" --dearmor
chmod 644 /etc/apt/trusted.gpg.d/liquorix-keyring.gpg
mv /etc/apt/trustdb.gpg /etc/apt/trustdb.gpg.DEPRECIATED
#LEAVE /etc/apt/trusted.gpg ALONE!


Now, if only I knew how to get rid of this other warning I've been getting of late:

:: Code ::
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://liquorix.net/debian testing InRelease' doesn't support architecture 'i3


Thanks,

Jim
Back to top
Display posts from previous:   
Page: Previous  1, 2
All times are GMT - 8 Hours