touchprint/stage3/00-install-packages/01-run.sh
Logan Gartner b94d01cea2
Implemented GUI, build OctoPrint
GUI has been implemented using NoDM
Some files have been shifted to more appropriate stages
Updated the name in NOOBS (although whats the point?)
OctoPrint is now built and installed
Removed LightDM as its a buggy mess
2020-08-11 01:04:29 -06:00

10 lines
268 B
Bash
Executable file

#!/bin/bash -e
install -m 644 files/nodm.conf /etc/nodm.conf
on_chroot << EOF
update-alternatives --install /usr/bin/x-www-browser \
x-www-browser /usr/bin/surf 86
update-alternatives --install /usr/bin/gnome-www-browser \
gnome-www-browser /usr/bin/surf 86
EOF