mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "d797b2714a8e1bd4de2c17e3126c39340b007994" and "5ceb5cffbed04b84526edd8ff45560682d40492f" have entirely different histories.
d797b2714a
...
5ceb5cffbe
|
@ -19,9 +19,9 @@ EOF
|
|||
header_info
|
||||
echo -e "Loading..."
|
||||
APP="Change Detection"
|
||||
var_disk="8"
|
||||
var_cpu="2"
|
||||
var_ram="1024"
|
||||
var_disk="2"
|
||||
var_cpu="1"
|
||||
var_ram="512"
|
||||
var_os="debian"
|
||||
var_version="11"
|
||||
variables
|
||||
|
|
|
@ -22,6 +22,10 @@ $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 \
|
||||
|
|
Loading…
Reference in New Issue