mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Code refactoring
This commit is contained in:
parent
b09f213c84
commit
c12f2773e7
97 changed files with 103 additions and 119 deletions
|
@ -20,7 +20,7 @@ $STD apt-get install -y gnupg
|
|||
$STD apt-get install -y mc
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
if [[ -z "$(grep -w "100000" /proc/self/uid_map)" ]]; then
|
||||
if [[ "$CTTYPE" == "0" ]]; then
|
||||
msg_info "Setting Up Hardware Acceleration"
|
||||
$STD apt-get -y install \
|
||||
va-driver-all \
|
||||
|
@ -59,7 +59,7 @@ $STD apt-get install -y jellyfin
|
|||
msg_ok "Installed Jellyfin"
|
||||
|
||||
motd_ssh
|
||||
root
|
||||
customize
|
||||
|
||||
msg_info "Cleaning up"
|
||||
$STD apt-get autoremove
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue