Add void support, plus some other updates
This commit is contained in:
parent
2b9c0a8d6c
commit
6199ce3d88
13 changed files with 62 additions and 12 deletions
|
@ -34,6 +34,8 @@ elif command_exists "emerge"; then
|
|||
elif command_exists "apk"; then
|
||||
echo Not yet supported, exiting...
|
||||
exit
|
||||
elif command_exists "xbps-install"; then
|
||||
sudo xbps-install vscode
|
||||
else
|
||||
echo "Unsupported: unknown package manager and distro"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue