I recently installed with the Peppermint OS Mini build (Debian 64-bit).
This build does not include Pepinstall out-of-the-box. When I first went looking for it (using apt search) I could not find it. Figured out I needed to do sudo apt search. Normally apt search does not require sudo.
Turns out the file /etc/apt/sources.list.d/peppermint.list only had owner privs (-rw-------). All the other files in the /etc/apt directory and its sub-directories have world read access (-rw-r--r--). Pretty sure this would have been the intent.
Not a big deal, but just letting you know in case somebody wants to address this.
❤️
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I recently installed with the Peppermint OS Mini build (Debian 64-bit).
This build does not include Pepinstall out-of-the-box. When I first went looking for it (using
apt search) I could not find it. Figured out I needed to dosudo apt search. Normally apt search does not require sudo.Turns out the file /etc/apt/sources.list.d/peppermint.list only had owner privs (-rw-------). All the other files in the /etc/apt directory and its sub-directories have world read access (-rw-r--r--). Pretty sure this would have been the intent.
Not a big deal, but just letting you know in case somebody wants to address this.