Skip to content

Commit 639fb49

Browse files
committed
install sysstat
1 parent 6d6828a commit 639fb49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

install/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ sudo git config --system --add safe.directory '*'
8686
if [ ! -d $openenergymonitor_dir/data ]; then mkdir $openenergymonitor_dir/data; fi
8787

8888
echo "-------------------------------------------------------------"
89-
sudo apt-get install -y git build-essential python3-pip python3-dev
89+
sudo apt-get install -y git build-essential python3-pip python3-dev sysstat
9090

9191
# It's probably better to fix this by using python venv
9292
if [ -e /usr/lib/python3.11/EXTERNALLY-MANAGED ]; then

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "EmonScripts",
3-
"version" : "1.8.15",
3+
"version" : "1.8.16",
44
"location" : "/opt/openenergymonitor",
55
"branches_available": ["stable","master"],
66
"requires": []

0 commit comments

Comments
 (0)