Skip to content

Commit

Permalink
Updates for alpha2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jareware committed Mar 10, 2020
1 parent aeff828 commit 92579e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/image-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function unmountSdCard {
fi
}

question "Enter version (e.g. \"1.2.3\") being built:"
question "Enter version (e.g. \"1.2.3\") being built (without \"v\" prefix):"
read TAG

working "Updating version file"
Expand Down Expand Up @@ -110,6 +110,7 @@ question "Prepare baseline Raspbian:"
echo "* Flash Raspbian Lite with Etcher"
echo "* Eject the SD card"
echo "* Mount the card back"
echo "* Wait for your OS to mount it"
echo "(press enter when ready)"
read

Expand Down Expand Up @@ -201,7 +202,7 @@ ssh "sudo rm /etc/profile.d/sshpwd.sh"
ssh "echo | sudo tee /etc/motd"

working "Installing packages"
ssh "sudo apt-get update && sudo apt-get install -y vim matchbox-window-manager unclutter mailutils nitrogen jq chromium-browser xserver-xorg xinit rpd-plym-splash xdotool"
ssh "sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y vim matchbox-window-manager unclutter mailutils nitrogen jq chromium-browser xserver-xorg xinit rpd-plym-splash xdotool"
# We install mailutils just so that you can check "mail" for cronjob output

working "Setting home directory default content"
Expand Down

0 comments on commit 92579e2

Please sign in to comment.