blob: ae42efb0555942558370b9c1f7bee2958ecbb01c (
plain)
1
2
3
4
5
6
|
#!/bin/bash
rm /usr/bin/whatsapp-nativefier
echo -e "#! /bin/bash\n\n/opt/whatsapp-nativefier/WhatsApp --ozone-platform-hint=auto" > /usr/bin/whatsapp-nativefier
chmod +x /usr/bin/whatsapp-nativefier
|