Compare commits

..

No commits in common. "d797b2714a8e1bd4de2c17e3126c39340b007994" and "5ceb5cffbed04b84526edd8ff45560682d40492f" have entirely different histories.

2 changed files with 7 additions and 3 deletions

View File

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

View File

@ -22,6 +22,10 @@ $STD apt-get install -y \
build-essential \ build-essential \
dumb-init \ dumb-init \
gconf-service \ 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 \ libatk-bridge2.0-0 \
libatk1.0-0 \ libatk1.0-0 \
libcairo2 \ libcairo2 \