ChrisTitusTech / Debian-titus

Debian customizations from Chris Titus Tech
GNU General Public License v3.0
421 stars 158 forks source link

Updating file conflicts with wget plus pwd var #30

Closed sysdrum closed 2 years ago

sysdrum commented 2 years ago

This should clean up any issues for users if they run the script more than once.

As well as fix an issue with moving directories.

Added a VAR for PWD that is passed later in the script. Added the -nc flag to wget to avoid downloading files if they already reside in the folder.

ChrisTitusTech commented 2 years ago

Move most of user script to root. Cleaned up much of the problems this way.