diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4b4c830..ba5c9c3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## 1.4.11 - 2019-06-28 +## 1.4.12 - 2019-06-28 * Update deps * Use --self-contained for Firmware * Hook into view diff --git a/src/Client/ReleaseNotes.fs b/src/Client/ReleaseNotes.fs index 5dd8cc4..9d15ac1 100644 --- a/src/Client/ReleaseNotes.fs +++ b/src/Client/ReleaseNotes.fs @@ -1,13 +1,13 @@ module internal ReleaseNotes -let Version = "1.4.11" +let Version = "1.4.12" let IsPrerelease = false let Notes = """ # Release Notes -## 1.4.11 - 2019-06-28 +## 1.4.12 - 2019-06-28 * Update deps * Use --self-contained for Firmware * Hook into view diff --git a/src/PiServer/install.sh b/src/PiServer/install.sh index 95c8e92..3febfae 100644 --- a/src/PiServer/install.sh +++ b/src/PiServer/install.sh @@ -26,7 +26,7 @@ apt-get -qq update log_action_cont_msg " apt upgrade " apt-get -qq upgrade log_action_cont_msg " apt install " -sudo apt-get install -y curl libunwind8 gettext apt-transport-https omxplayer wiringpi npm unzip +sudo apt-get install -y curl libunwind8 gettext apt-transport-https omxplayer npm unzip log_action_end_msg $? if [ -e $SCRIPTROOT/$PROJECTNAME ]; then diff --git a/src/PiServer/update.sh b/src/PiServer/update.sh index 31fb1ec..0b83ed5 100644 --- a/src/PiServer/update.sh +++ b/src/PiServer/update.sh @@ -36,7 +36,7 @@ if [ -e $DEFAULTS ]; then log_action_cont_msg " apt upgrade " apt-get -qq upgrade log_action_cont_msg " apt install " - apt-get -qq install curl libunwind8 gettext apt-transport-https omxplayer wiringpi npm unzip + apt-get -qq install curl libunwind8 gettext apt-transport-https omxplayer npm unzip log_action_end_msg $? log_action_begin_msg "Updating"