Skip to content

Commit

Permalink
ncp.sh, 1.55.0.sh: Install logrotate
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <[email protected]>
  • Loading branch information
theCalcaholic committed Aug 20, 2024
1 parent 6598d86 commit 7612fd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ncp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ install()
{
# NCP-CONFIG
apt-get update
$APTINSTALL git dialog whiptail jq file lsb-release tmux
$APTINSTALL git dialog whiptail jq file lsb-release tmux logrotate

mkdir -p "$CONFDIR" "$BINDIR"

# This has changed, pi user no longer exists by default, the user needs to create it with Raspberry Pi imager
Expand Down
4 changes: 4 additions & 0 deletions updates/1.55.0.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

apt-get update
apt-get install -y --no-install-recommends logrotate

0 comments on commit 7612fd9

Please sign in to comment.