Skip to content

Commit

Permalink
add VeCanSetup package
Browse files Browse the repository at this point in the history
the VeCanSetup package was temporarily removed from auto and manual updates because there were problems installing the package on some platforms. The problems have been created so VeCanSetup is back in.
  • Loading branch information
kwindrem committed Aug 28, 2021
1 parent 9c84f1a commit 3af2028
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion ServiceResources
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ installService ()
fi

local pkg=$1
local serviceRestartNeeded=false

if [ -L "$serviceDir/$pkg" ]; then
logMessage "removing old $pkg service (was symbolic link)"
Expand Down
2 changes: 1 addition & 1 deletion UpdateResources
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# source "/data/SetupHelper/UpdateResources"

# SetupHelper must be first so it updates resources used by other packages before they are updated
allPackages="SetupHelper GuiMods GeneratorConnector RpiDisplaySetup RpiGpioSetup TankRepeater"
allPackages="SetupHelper GuiMods GeneratorConnector RpiDisplaySetup RpiGpioSetup VeCanSetup TankRepeater"

gitHubUser="kwindrem"
gitHubBranch="current"
Expand Down
2 changes: 1 addition & 1 deletion timeStamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1628916919
1630169329
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.6
v2.7

0 comments on commit 3af2028

Please sign in to comment.