pulled common upgrade parts for Mint and Ubuntu out to make install scripts not duplicate content
This commit is contained in:
6
upgrade-script-common/delete-pkgs
Executable file
6
upgrade-script-common/delete-pkgs
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get -y purge modemmanager
|
||||
apt-get -y purge avahi-daemon
|
||||
apt-get -y purge speech-dispatcher
|
||||
apt-get -y autoremove
|
||||
Reference in New Issue
Block a user