Compare commits

..

5 Commits

Author SHA1 Message Date
tteckster
d797b2714a Update changedetection.sh
add RAM
2023-05-30 11:58:33 -04:00
tteckster
1cfc47e519 Update changedetection.sh
add storage
2023-05-30 11:54:24 -04:00
tteckster
620f135666 Update changedetection.sh
add vCPU
2023-05-30 11:52:17 -04:00
tteckster
9be893b12d Update changedetection.sh
add storage
2023-05-30 11:43:31 -04:00
tteckster
d82f01b5e5 Update changedetection-install.sh
fix dependencies
2023-05-30 11:27:48 -04:00
2 changed files with 3 additions and 7 deletions

View File

@@ -19,9 +19,9 @@ EOF
header_info
echo -e "Loading..."
APP="Change Detection"
var_disk="2"
var_cpu="1"
var_ram="512"
var_disk="8"
var_cpu="2"
var_ram="1024"
var_os="debian"
var_version="11"
variables

View File

@@ -22,10 +22,6 @@ $STD apt-get install -y \
build-essential \
dumb-init \
gconf-service \
ffmpeg \ #can find no need
libappindicator1 \ #can find no need
libappindicator3-1 \ #can find no need
libasound2 \ #can find no need
libatk-bridge2.0-0 \
libatk1.0-0 \
libcairo2 \