Fix death screen on Fedora after installing GDM

This commit is contained in:
Vladyslav Hroshev
2023-12-15 13:37:34 +02:00
parent 068207c949
commit 6cd2090af1

View File

@@ -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