diff --git a/iso_configs/pylibraries/pepperpy/hooks_live.py b/iso_configs/pylibraries/pepperpy/hooks_live.py index d37aa0ea..8ef6676b 100644 --- a/iso_configs/pylibraries/pepperpy/hooks_live.py +++ b/iso_configs/pylibraries/pepperpy/hooks_live.py @@ -119,7 +119,7 @@ def set_installer_permissions(): makelnk = f'ln -sf {source} {destination}' os.system('chmod 755 /usr/bin/install-peppermint') - os.system('chmod 755 /usr/share/applications/Install-peppermint.desktop') + os.system('chmod 755 /usr/share/applications/calamares-install-peppermint.desktop') os.system(makelnk) os.system('chmod 755 -R /boot/grub/themes') os.system('cd /opt')