Skip to content

Commit

Permalink
Update replace-kernel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix authored Jan 17, 2024
1 parent fdc1f23 commit e1ebb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/replace-kernel.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wget -O - https://liquorix.net/liquorix-keyring.gpg | apt-key add -
echo "deb http://liquorix.net/debian stable main" > /etc/apt/sources.list.d/liquorix.list
apt-get update -y
apt-get install linux-image-liquorix-amd64 -y
apt-get install kmod linux-image-liquorix-amd64 -y
#apt-get install linux-headers-liquorix-amd64 -y

0 comments on commit e1ebb24

Please sign in to comment.