File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## 1.4.10 - 2019-06-28
3+ ## 1.4.11 - 2019-06-28
44* Update deps
55* Use --self-contained for Firmware
66* Hook into view
Original file line number Diff line number Diff line change 11module internal ReleaseNotes
22
3- let Version = " 1.4.10 "
3+ let Version = " 1.4.11 "
44
55let IsPrerelease = false
66
77let Notes = """
88# Release Notes
99
10- ## 1.4.10 - 2019-06-28
10+ ## 1.4.11 - 2019-06-28
1111* Update deps
1212* Use --self-contained for Firmware
1313* Hook into view
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apt-get -qq update
2626log_action_cont_msg " apt upgrade "
2727apt-get -qq upgrade
2828log_action_cont_msg " apt install "
29- sudo apt-get install -y curl libunwind8 gettext apt-transport-https omxplayer npm unzip
29+ sudo apt-get install -y curl libunwind8 gettext apt-transport-https omxplayer wiringpi npm unzip
3030log_action_end_msg $?
3131
3232if [ -e $SCRIPTROOT /$PROJECTNAME ]; then
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if [ -e $DEFAULTS ]; then
3636 log_action_cont_msg " apt upgrade "
3737 apt-get -qq upgrade
3838 log_action_cont_msg " apt install "
39- apt-get -qq install curl libunwind8 gettext apt-transport-https omxplayer npm unzip
39+ apt-get -qq install curl libunwind8 gettext apt-transport-https omxplayer wiringpi npm unzip
4040 log_action_end_msg $?
4141
4242 log_action_begin_msg " Updating"
You can’t perform that action at this time.
0 commit comments