]> gitweb.morketsmerke.org Git - immudex-testing.git/commitdiff
Dodanie usunięcia skryptu instalacji, jeśli nie podmontowanych interfejsów
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 24 Jun 2023 16:58:54 +0000 (18:58 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 24 Jun 2023 16:58:54 +0000 (18:58 +0200)
addons/nvidiaLatest

index 6bf7aadf1e60a892c214d34952c5b383056cf837..e7de0b4b1cbda709182f198cc697a0400026e3ac 100644 (file)
@@ -9,6 +9,7 @@ if [ "$1" ]; then
                 cat >> $(basename $0)_installer << EOF
 if [ ! -f /proc/cpuinfo ]; then
 echo "There is no system interfaces! Nothing to do. Exiting...";
+rm \$0;
 exit 1;
 else
 if [ ! -d /boot ]; then