4 lines
152 B
Bash
4 lines
152 B
Bash
# Provides automounting of devices to random places when you'd rather just manually mount or not mount at all.
|
|
apt-get -y remove --purge gvfs-daemons
|
|
|
|
|