From 5b26291269aa0b2d2a489b0d7b167d084a52aaed Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 6 Oct 2022 15:27:45 +0200 Subject: Update info about cuda --- install_ubuntu.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'install_ubuntu.sh') diff --git a/install_ubuntu.sh b/install_ubuntu.sh index 0e36542..af1af43 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -5,11 +5,8 @@ cd "$script_dir" [ $(id -u) -ne 0 ] && echo "You need root privileges to run the install script" && exit 1 -dpkg -l nvidia-cuda-dev > /dev/null 2>&1 -cuda_missing="$?" - set -e -apt-get -y install build-essential nvidia-cuda-dev\ +apt-get -y install build-essential\ libswresample-dev libavformat-dev libavcodec-dev libavutil-dev\ libgl-dev libx11-dev libxcomposite-dev\ libpulse-dev @@ -24,4 +21,3 @@ install -Dm755 "gpu-screen-recorder" "/usr/local/bin/gpu-screen-recorder" install -Dm755 "gpu-screen-recorder" "/usr/bin/gpu-screen-recorder" echo "Successfully installed gpu-screen-recorder" -[ "$cuda_missing" -eq 1 ] && echo "You need to reboot your computer before using gpu-screen-recorder because cuda was installed" -- cgit v1.2.3