fix debian variable in headphone dependency scripts
This commit is contained in:
@@ -8,7 +8,7 @@ export_env SDK_URL https://www.dropbox.com/s/wel0xazy2c45pqe/$SDK_BASENAME.zip
|
|||||||
apt_install_permanent sudo linux-libc-dev
|
apt_install_permanent sudo linux-libc-dev
|
||||||
|
|
||||||
## Cuda
|
## Cuda
|
||||||
echo 'deb http://deb.debian.org/debian $DEBIAN main contrib non-free' >> /etc/apt/sources.list
|
echo "deb http://deb.debian.org/debian $DEBIAN main contrib non-free" >> /etc/apt/sources.list
|
||||||
apt_install_permanent libcuda1 libnvidia-encode1
|
apt_install_permanent libcuda1 libnvidia-encode1
|
||||||
|
|
||||||
## FFmpeg
|
## FFmpeg
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
## Enable multimedia sources in APT
|
## Enable multimedia sources in APT
|
||||||
echo 'deb http://www.deb-multimedia.org $DEBIAN main non-free' >> /etc/apt/sources.list
|
echo "deb http://www.deb-multimedia.org $DEBIAN main non-free" >> /etc/apt/sources.list
|
||||||
echo 'deb-src http://www.deb-multimedia.org $DEBIAN main non-free' >> /etc/apt/sources.list
|
echo "deb-src http://www.deb-multimedia.org $DEBIAN main non-free" >> /etc/apt/sources.list
|
||||||
apt_install_permanent deb-multimedia-keyring
|
apt_install_permanent deb-multimedia-keyring
|
||||||
|
|||||||
@@ -45,3 +45,6 @@ apt dist-upgrade -y --no-install-recommends
|
|||||||
## Set timezone
|
## Set timezone
|
||||||
echo $TIMEZONE > /etc/timezone
|
echo $TIMEZONE > /etc/timezone
|
||||||
dpkg-reconfigure -f noninteractive tzdata
|
dpkg-reconfigure -f noninteractive tzdata
|
||||||
|
|
||||||
|
## Store debian
|
||||||
|
export_env DEBIAN $DEBIAN
|
||||||
|
|||||||
Reference in New Issue
Block a user