-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make install scripts more idempotent regardless of chroot install
- Loading branch information
Showing
8 changed files
with
274 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/modules/monsterpi/filesystem/home/pi/fdm-monster-daemon/install-fdm-monster.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
src/modules/monsterpi/filesystem/home/pi/fdm-monster-daemon/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 7 additions & 5 deletions
12
src/modules/monsterpi/filesystem/home/pi/fdm-monster-daemon/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
{ | ||
"name": "fdm-monster-daemon", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Daemon service wrapper ", | ||
"main": "./install-fdm-monster.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"install": "node ./install-fdm-monster.js", | ||
"uninstall": "node ./uninstall-fdm-monster.js" | ||
"install": "node ./install-fdm-monster.js", | ||
"uninstall": "node ./uninstall-fdm-monster.js" | ||
}, | ||
"dependencies": {} | ||
} | ||
"dependencies": { | ||
"node-linux": "^0.1.12" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
src/modules/monsterpi/filesystem/home/pi/fdm-monster-daemon/uninstall-fdm-monster.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
97 changes: 0 additions & 97 deletions
97
src/modules/monsterpi/filesystem/home/pi/fdm-monster-daemon/update-fdm-monster.sh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.