setup_cuda tested: test ok

This commit is contained in:
Nicolas 2022-03-16 22:20:03 +01:00
parent 4934347636
commit db84ebb6b9
1 changed files with 3 additions and 1 deletions

View File

@ -63,9 +63,11 @@ fi
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
#reboot system #reboot system
#systemctl reboot #systemctl reboot
echo "\n" echo ""
echo "Setup successfully finished" echo "Setup successfully finished"
echo "Type \"systemctl reboot\" to reboot system" echo "Type \"systemctl reboot\" to reboot system"
fi fi
#sudo apt-get remove cuda-11-2
#sudo apt-get autoremove