- ticket #1140 se añade el paquete wakeonline

-ticket #1141 Se deshabilita uftp
pull/3/head
Nicolas Arenas 2024-11-13 13:45:22 +01:00
parent 5b10fdf1bd
commit 3990648345
1 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,8 @@ check_root() {
install_uftp() {
apt install uftp -y
systemctl stop uftp
systemctl disable uftp
}
install_updcast () {
@ -56,7 +58,7 @@ create_directories() {
install_dependencies() {
apt update -y
apt install -y git python3 python3-pip python3-flask python3-paramiko python3-psutil python3-flasgger debian-archive-keyring samba gunicorn
apt install -y git python3 python3-pip python3-flask python3-paramiko python3-psutil python3-flasgger debian-archive-keyring samba gunicorn wakeonlan
}
install_ext_repo() {