Skip to content

Instantly share code, notes, and snippets.

@ViktorNova
Last active July 15, 2017 04:28
Show Gist options
  • Save ViktorNova/e6a5e86a8f122264054473a6b128bd5f to your computer and use it in GitHub Desktop.
Save ViktorNova/e6a5e86a8f122264054473a6b128bd5f to your computer and use it in GitHub Desktop.
Making StagecraftOS 16.04 (from netinstall).sh
## Basic audio and system packages
apt install jackd2 jackd2-firewire jack-tools jack-midi-clock alsa-base alsa-utils alsa-firmware-loaders libasound2 libasound2-data linux-firmware aj-snapshot python3-liblo liblash-compat-1debian0 libarchive13 aj-snapshot software-properties-common unrar-free unzip zip
## Graphical environment and system packages
apt install nodm xinit xserver-xorg-input-all compton pcmanfm-qt lxqt-config lxqt-config-randr lxqt-session lxqt-runner lxqt-admin lxqt-globalkeys lxqt-power lxqt-panel lxqt-powermanagement lxqt-notificationd lxqt-openssh-askpass compton-conf
# For some reason this installed a TON of KDE/plasma dependencies!!! No good. Purge em:
apt purge plasma-framework plasma-workspace sddm sddm-theme-breeze
# Also this installed Openbox and Audacious???
sudo apt purge openbox obconf obconf-qt audacious
# Clean up
apt autoremove
# Set LXQT as the the default desktop session
cat /usr/bin/startlxqt > ~/.xsession
# TODO - add my repositories before installing custom versions of software that exists in the repos
# Install custom shit
apt install qmidiroute drumkv1 fabla
# Add user and add user to audio group
adduser stagecraft
adduser stagecraft audio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment