mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Adhere to the naming convention
This commit is contained in:
7
scripts/opensuse linux/visual-studio-code.install.sh
Executable file
7
scripts/opensuse linux/visual-studio-code.install.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# source: https://en.opensuse.org/Visual_Studio_Code
|
||||
|
||||
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
|
||||
sudo zypper addrepo --refresh https://packages.microsoft.com/yumrepos/vscode vscode
|
||||
sudo zypper install --no-confirm code
|
||||
Reference in New Issue
Block a user