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

This commit is contained in:
Teja Swaroop Pothala 2024-12-19 01:15:41 +05:30
parent 84af32a3e5
commit 58d085f755
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}" == @(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

View File

@ -47,9 +47,12 @@ 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
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