Skip to content

Commit

Permalink
R0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SpieringsAE committed Oct 8, 2024
1 parent 53d85af commit dc0ed7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions etc/controller_update/current-release.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.8.1
repo ver V1.18.1
0.8.2
repo ver V1.18.2
for changelog see version.txt or the github page for the release.
7 changes: 2 additions & 5 deletions installer/gocontroll-first-install
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,8 @@ cp -avr /root/GOcontroll/GOcontroll*/lib / > /dev/null
cp -avr /root/GOcontroll/GOcontroll*/etc / > /dev/null
cp -avr /root/GOcontroll/GOcontroll*/usr / > /dev/null
cp -avr /root/GOcontroll/GOcontroll*/root / > /dev/null
cp -avr /root/GOcontroll/GOcontroll*/home / > /dev/null
cp -avr /root/GOcontroll/GOcontroll*/version.txt /root > /dev/null

source /etc/bash.bashrc

echo -e "${YELLOW}-Assign correct execution rights to files ${NORMAL}"
chmod 555 /usr/moduline/bash/go-simulink.sh
chmod 555 /usr/moduline/bash/go-wwan-start.sh
Expand All @@ -135,7 +132,7 @@ chmod 555 /usr/moduline/bin/go-modules
chmod 555 /usr/moduline/bin/go-upload-server
chmod 555 /usr/moduline/bin/go-sn

go-sn w $serial_number
/usr/moduline/bin/go-sn w $serial_number

echo -e "${YELLOW}-Update debian sources ${NORMAL}"
apt-get update -y > /dev/null
Expand Down Expand Up @@ -198,7 +195,7 @@ fi

echo -e "${YELLOW}-Gathering module configuration and updating outdated modules ${NORMAL}"

go-modules update all
/usr/moduline/bin/go-modules update all

echo -e "${YELLOW}-Setting the bluetooth name and patching the go-auto-shutdown service${NORMAL}"

Expand Down
6 changes: 5 additions & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
V1.18.0
V1.18.2

########
8-10-2024 V1.18.2 Release 0.8.2
Fix first install calls to go-sn and go-modules
Remove useless cp from install that caused a warning

4-10-2024 V1.18.1 Release 0.8.1
Fix the source of bashrc in the install script
Fix newline in identify
Expand Down

0 comments on commit dc0ed7a

Please sign in to comment.