del first lines

This commit is contained in:
openoms 2019-01-27 09:57:48 +00:00
parent 2037f91b03
commit 5fd8932e55
2 changed files with 1 additions and 10 deletions

View file

@ -30,7 +30,7 @@ Reboots again
Now only the bash prompt opens Now only the bash prompt opens
# `wget https://raw.githubusercontent.com/rootzoll/raspiblitz/master/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh` # `wget https://raw.githubusercontent.com/rootzoll/raspiblitz/master/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh`
wget https://github.com/openoms/HardwareNode/blob/master/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh wget https://github.com/openoms/HardwareNode/blob/OdroidHC1Debug/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh
see my output: [sdcard_build_output](sdcard_build_output.html) see my output: [sdcard_build_output](sdcard_build_output.html)

View file

@ -1,13 +1,4 @@
#!/bin/bash #!/bin/bash
#########################################################################
# Build your SD card image based on:
# RASPBIAN STRETCH WITH DESKTOP (2018-11-13)
# https://www.raspberrypi.org/downloads/raspbian/
# SHA256: a121652937ccde1c2583fe77d1caec407f2cd248327df2901e4716649ac9bc97
##########################################################################
# setup fresh SD card with image above - login per SSH and run this script:
##########################################################################
echo "" echo ""
echo "*****************************************" echo "*****************************************"
echo "* RASPIBLITZ SD CARD IMAGE SETUP v0.99 *" echo "* RASPIBLITZ SD CARD IMAGE SETUP v0.99 *"