From db84ebb6b9da58c2d94e3ccd797e190eac474c2c Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 16 Mar 2022 22:20:03 +0100 Subject: [PATCH] setup_cuda tested: test ok --- setup_cuda.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup_cuda.sh b/setup_cuda.sh index 67df1df..9080bd1 100644 --- a/setup_cuda.sh +++ b/setup_cuda.sh @@ -63,9 +63,11 @@ fi if [ $? -eq 0 ]; then #reboot system #systemctl reboot - echo "\n" + echo "" echo "Setup successfully finished" echo "Type \"systemctl reboot\" to reboot system" fi +#sudo apt-get remove cuda-11-2 +#sudo apt-get autoremove \ No newline at end of file