6 lines
83 B
Bash
6 lines
83 B
Bash
#!/usr/bin/sh
|
|
# Install VSCode
|
|
pacman -Sy vscode
|
|
|
|
# VLC Media Player
|
|
pacman -Sy vlc |