update calamares-install-peppermint.desktop name in the hook script
This commit is contained in:
parent
6f9346c2d7
commit
8fdd38de5e
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue