Skip to content

Commit

Permalink
add debian
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Aug 10, 2023
1 parent 2357eb0 commit 243e62e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 60 deletions.
2 changes: 1 addition & 1 deletion solv-debian/debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: solv
Upstream-Contact: EpicsDAO <info@epics.dev>
Source: https://github.com/EpicsDAO/solv-debian

Files: solv debian/README.md debian/changelog debian/control debian/install debian/compat debian/copyright debian/postinst index.js debian/rules debian/source/format debian/source/include-binaries/index.js
Files: solv debian/README.md debian/changelog debian/control debian/install debian/compat debian/copyright debian/postinst debian/rules debian/source/format
Copyright: 2023 EpicsDAO <info@epics.dev>
License: GPL-3.0+

Expand Down
1 change: 1 addition & 0 deletions solv-debian/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ sudo -u solv -H sh -c 'if [ ! -d "/home/solv/.nodenv" ]; then
if ! grep -q "nodenv init" /home/solv/.zshrc; then
echo "$(nodenv init - zsh)" >> /home/solv/.zshrc
fi
npm install -g @epics-dao/solv
exec zsh
fi
'
Expand Down
Loading

0 comments on commit 243e62e

Please sign in to comment.