1
0
mirror of https://github.com/kasmtech/workspaces-images.git synced 2025-07-12 20:15:08 +02:00

fix thunderbird path in fedora40 - develop_

This commit is contained in:
Teja Swaroop Pothala
2025-02-12 14:12:00 +00:00
parent e252464d35
commit 1b3f810841

@ -47,7 +47,7 @@ if [[ "${DISTRO}" == "fedora39" ]]; then
elif [[ "${DISTRO}" == "fedora40" ]]; then
cp /usr/share/applications/net.thunderbird.Thunderbird.desktop $HOME/Desktop/
chmod +x $HOME/Desktop/net.thunderbird.Thunderbird.desktop
elif [ "${DISTRO}" == "opensuse" ]; then
elif [[ "${DISTRO}" == "opensuse" ]]; then
cp /usr/share/applications/thunderbird-esr.desktop $HOME/Desktop/
chmod +x $HOME/Desktop/thunderbird-esr.desktop
else