mirror of https://github.com/tteck/Proxmox.git
Compare commits
5 Commits
5ceb5cffbe
...
d797b2714a
Author | SHA1 | Date |
---|---|---|
|
d797b2714a | |
|
1cfc47e519 | |
|
620f135666 | |
|
9be893b12d | |
|
d82f01b5e5 |
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue