Skip to content

Commit

Permalink
fix: correct permission
Browse files Browse the repository at this point in the history
Signed-off-by: black-desk <me@black-desk.cn>
  • Loading branch information
black-desk committed Oct 24, 2023
1 parent 3979529 commit 834dd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ set -x
curl -fLO "https://raw.githubusercontent.com/black-desk/fmtjournal/v$VERSION/tools/journalctl"

$SUDO install -m755 -D "$TMP_DIR/fmtjournal" "$PREFIX/bin/fmtjournal"
$SUDO install -m644 -D "$TMP_DIR/journalctl" "$PREFIX/bin/journalctl"
$SUDO install -m755 -D "$TMP_DIR/journalctl" "$PREFIX/bin/journalctl"

0 comments on commit 834dd3f

Please sign in to comment.