diff --git a/scripts/gdm.py b/scripts/gdm.py index 50ccf3f..78120f0 100644 --- a/scripts/gdm.py +++ b/scripts/gdm.py @@ -172,7 +172,7 @@ class GlobalTheme: # install theme print("Installing theme...") - os.system(f"sudo mv {self.extracted_theme}/{self.destination_file} " + os.system(f"sudo cp -f {self.extracted_theme}/{self.destination_file} " f"{self.destination_folder}/{self.destination_file}") return 0