realmazharhussain / gdm-tools

(Deprecated) Command-line tools for GNOME's login manager, GDM
GNU General Public License v3.0
95 stars 4 forks source link

Add option to make install.sh hands-free #20

Closed mrmeszaros closed 1 year ago

mrmeszaros commented 1 year ago

I want to install gdm-tools automatically, hands-free via ansible, however, it hangs on certain parts: the apt install ... and the interactive copy cp -i requires user input.

The apt package dependencies are easier to fix, as simply installing them separately fixes the issue.

However, for the interactive copies I would like to have a: -F|--force Overwrite gdm-tools configuration files, so that it dies not hang.

Optionally, having a deb package would solve both issues, though it might be an overkill.

realmazharhussain commented 1 year ago

I have added a --no-ask option to the install.sh script. If it doesn't work for you, feel free to re-open the issue.