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 4526714 commit 1fc90f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion solv-debian/debian/install
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
solv /usr/bin/
index.js /opt/solv
index.js /usr/lib/solv/
2 changes: 1 addition & 1 deletion solv-debian/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +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
source /home/solv/.zshrc
exec zsh
fi
'

Expand Down
2 changes: 1 addition & 1 deletion solv-debian/solv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
node /opt/solv/index.js "$@"
node /usr/bin/index.js "$@"

0 comments on commit 1fc90f6

Please sign in to comment.