Sfoglia il codice sorgente

Do an autoremove to remove node junk

Bob Mottram 8 anni fa
parent
commit
635bf201d4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      src/freedombone-utils-nodejs

+ 2
- 0
src/freedombone-utils-nodejs Vedi File

@@ -91,6 +91,8 @@ function remove_nodejs {
91 91
         fi
92 92
 
93 93
         rm $NODEJS_INSTALLED_APPS_FILE
94
+
95
+        apt-get -yq autoremove
94 96
     fi
95 97
 }
96 98