Skip to content

Commit

Permalink
Bump to latest kernel and proprietary GPU driver packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RaumZeit committed Sep 3, 2017
1 parent 433af0a commit 2673f26
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ start_progress "Installing kernel"

cat > ${MY_CHROOT_DIR}/install-kernel.sh << EOF
packages=(linux-nyan-3.10.18-21-armv7h.pkg.tar.xz
linux-nyan-headers-3.10.18-21-armv7h.pkg.tar.xz)
packages=(linux-nyan-3.10.18-23-armv7h.pkg.tar.xz
linux-nyan-headers-3.10.18-23-armv7h.pkg.tar.xz)
cd /tmp
Expand Down Expand Up @@ -261,11 +261,11 @@ start_progress "Installing proprietary NVIDIA drivers"

cat > ${MY_CHROOT_DIR}/install-tegra.sh << EOF
packages=(gpu-nvidia-tegra-k1-nvrm-21.5.0-4-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-x11-21.5.0-4-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-openmax-21.5.0-4-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-openmax-codecs-21.5.0-4-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-libcuda-21.5.0-4-armv7h.pkg.tar.xz)
packages=(gpu-nvidia-tegra-k1-nvrm-21.5.0-5-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-x11-21.5.0-5-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-openmax-21.5.0-5-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-openmax-codecs-21.5.0-5-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-libcuda-21.5.0-5-armv7h.pkg.tar.xz)
cd /tmp
Expand Down

0 comments on commit 2673f26

Please sign in to comment.