fix thunderbird desktop file and slack gpg signature for opensuse - 1.15.0

This commit is contained in:
Teja Swaroop Pothala 2024-12-19 01:12:54 +05:30
parent c16e242a17
commit b24127219b
No known key found for this signature in database
GPG Key ID: E5F3829663E6A4B2
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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