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
|
@ -17,7 +17,6 @@ msg_info "Installing Dependencies"
|
|||
$STD apt-get install -y curl
|
||||
$STD apt-get install -y sudo
|
||||
$STD apt-get install -y mc
|
||||
$STD apt-get install -y unzip
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
if [[ "$CTTYPE" == "0" ]]; then
|
||||
|
@ -90,7 +89,7 @@ systemctl enable --now -q tdarr-node.service
|
|||
msg_ok "Created Service"
|
||||
|
||||
motd_ssh
|
||||
root
|
||||
customize
|
||||
|
||||
msg_info "Cleaning up"
|
||||
rm -rf Tdarr_Updater.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue