Install script does rm -RF /usr for Ubuntu
a year ago
- #script-error
- #linux
- #data-loss
- An extra space in the install.sh script at line 351 causes 'rm -rf /usr /lib/nvidia-current/xorg/xorg' to delete everything under /usr directory.
- This issue affects Ubuntu users, leading to complete loss of data under /usr, requiring a reinstall of Linux to recover.
- The fix involves removing the extra space in the script to prevent unintended deletion of the /usr directory.
- Urgent action is recommended to correct the script quickly to avoid further incidents.