mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
7 lines
196 B
Bash
Executable File
7 lines
196 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp /etc/apt/sources.list /etc/apt/sources.list.d/non-free.list
|
|
sed -i 's/main/non-free/g' /etc/apt/sources.list.d/non-free.list
|
|
apt-get update
|
|
apt-get -y install firmware-linux-nonfree
|