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