mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-02-23 21:31:09 +01:00
fix thunderbird desktop file and slack gpg signature for opensuse - 1.15.0
This commit is contained in:
parent
c16e242a17
commit
b24127219b
@ -22,8 +22,8 @@ if [[ "${DISTRO}" == @(centos|oracle8|rockylinux9|rockylinux8|oracle9|almalinux9
|
||||
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
|
||||
|
@ -51,9 +51,12 @@ fi
|
||||
if [[ "${DISTRO}" == @(fedora37|fedora38|fedora39) ]]; then
|
||||
cp /usr/share/applications/mozilla-thunderbird.desktop $HOME/Desktop/
|
||||
chmod +x $HOME/Desktop/mozilla-thunderbird.desktop
|
||||
else
|
||||
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
|
||||
fi
|
||||
|
||||
# Cleanup for app layer
|
||||
|
Loading…
Reference in New Issue
Block a user