mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-02-01 18:39:50 +01:00
Merge branch 'bugfix/KASM-6777-Fix_thunderbird_desktop_file-1.16.0' into 'release/1.16.0'
Resolve KASM-6777 "Bugfix/ fix thunderbird desktop file 1.16.0" See merge request kasm-technologies/internal/workspaces-images!228
This commit is contained in:
commit
6858701e68
@ -22,8 +22,8 @@ if [[ "${DISTRO}" == @(oracle8|rockylinux9|rockylinux8|oracle9|almalinux9|almali
|
||||
dnf clean all
|
||||
fi
|
||||
elif [[ "${DISTRO}" == "opensuse" ]]; then
|
||||
wget https://slack.com/gpg/slack_pubkey_20230710.gpg
|
||||
rpm --import slack_pubkey_20230710.gpg
|
||||
wget https://slack.com/gpg/slack_pubkey_20240822.gpg
|
||||
rpm --import slack_pubkey_20240822.gpg
|
||||
zypper install -yn slack-${version}-0.1.el8.x86_64.rpm
|
||||
if [ -z ${SKIP_CLEAN+x} ]; then
|
||||
zypper clean --all
|
||||
|
@ -47,6 +47,9 @@ if [[ "${DISTRO}" == "fedora39" ]]; then
|
||||
elif [[ "${DISTRO}" == "fedora40" ]]; then
|
||||
cp /usr/share/applications/org.mozilla.thunderbird.desktop $HOME/Desktop/
|
||||
chmod +x $HOME/Desktop/org.mozilla.thunderbird.desktop
|
||||
elif [ "${DISTRO}" == "opensuse" ]; then
|
||||
cp /usr/share/applications/thunderbird-esr.desktop $HOME/Desktop/
|
||||
chmod +x $HOME/Desktop/thunderbird-esr.desktop
|
||||
else
|
||||
cp /usr/share/applications/thunderbird.desktop $HOME/Desktop/
|
||||
chmod +x $HOME/Desktop/thunderbird.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user