9 lines
285 B
Bash
Executable File
9 lines
285 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pkglist="usbutils pcmanfm net-tools gmusicbrowser pianobar chromium
|
|
deluge chromium-pepper-flash gcc-c++ mlocate gvfs ntfs-3g
|
|
atom terminator alsa-utils xfce4-whiskermenu-plugin playonlinux"
|
|
|
|
tux i void-repo-nonfree void-repo-multilib
|
|
tux i ${pkglist}
|