PrawnOS-nonfree/buildLibrean.sh
SolidHal ea1b984f6d Cleanup os build script, add full image build script
Hopefully fix github issues:
Match hosts to hostname #18
Wifi gets named something "predictable" instead of wlan0 #7
2018-08-24 15:05:17 -05:00

11 lines
224 B
Bash

#!/bin/sh -xe
#Build everything
#Get sudo
sudo echo "Thanks."
#Build kernel WITHOUT SUDO, building the kernel with sudo is bad practice
./buildKernel.sh
#build os WITH sudo, debootstrap requires sudo
sudo ./buildDebian.sh