BunsenLabs / bunsen-netinstall

Script and associated files to install BunsenLabs into a core Debian system.
GNU General Public License v3.0
95 stars 25 forks source link

bunsen-netinstall on Devuan #22

Closed chicagoist closed 5 years ago

chicagoist commented 5 years ago

Need fix install script:

trap 'giveup "Script terminated." 1' 1 2 3 15

[[ $user = root ]] && giveup "This script should be run by a normal user, not root" 1

And use:

$ sudo ./install

johnraff commented 5 years ago

Sorry, BunsenLabs is intended to be installed on standard Debian.

Anyway, the install script should not be run as root, as the message says. Making that possible would mean re-checking all the code, which there isn't time for at the moment.

Please feel free to make your own adaptions to run it on Devuan.