Updat claws mail and VS code

This commit is contained in:
askiiart 2024-02-28 13:14:13 -06:00
parent 422c5d194e
commit af36cfcba4
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
3 changed files with 23 additions and 3 deletions

View file

@ -21,8 +21,8 @@ elif command_exists "yum"; then
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
yum check-update
sudo yum install code -y
elif command_exists "pacman"; then
yay -S visual-studio-code-bin --noconfirm --needed
elif command_exists "yay"; then
yay -S visual-studio-code-bin clang-format-static-bin --noconfirm --needed
elif command_exists "zypp"; then
# Untested
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc