Updat claws mail and VS code
This commit is contained in:
parent
422c5d194e
commit
af36cfcba4
3 changed files with 23 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue