removed firmware-linux again, enabled backports repowq
This commit is contained in:
parent
38225af9a3
commit
c7e656dfa5
1 changed files with 1 additions and 2 deletions
|
@ -123,14 +123,13 @@ echo nanodesk > /etc/hostname
|
||||||
### noninteractive
|
### noninteractive
|
||||||
DEBIAN_FRONTEND=noninteractive
|
DEBIAN_FRONTEND=noninteractive
|
||||||
export DEBIAN_FRONTEND
|
export DEBIAN_FRONTEND
|
||||||
sed -i 's/main$/main contrib non-free/g' /etc/apt/sources.list
|
sed -i 's/main$/main contrib non-free bullseye-backports/g' /etc/apt/sources.list
|
||||||
apt-update
|
apt-update
|
||||||
### packages
|
### packages
|
||||||
message "install nanodesk base packages"
|
message "install nanodesk base packages"
|
||||||
apt install -y \
|
apt install -y \
|
||||||
live-boot \
|
live-boot \
|
||||||
linux-image-amd64 \
|
linux-image-amd64 \
|
||||||
firmware-linux \
|
|
||||||
grub-pc \
|
grub-pc \
|
||||||
ifupdown \
|
ifupdown \
|
||||||
net-tools \
|
net-tools \
|
||||||
|
|
Loading…
Reference in a new issue