Removed unnecessary comments
This commit is contained in:
@@ -13,19 +13,11 @@ setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
# =============================================================================
|
||||
# 1. DEPENDENCIES - Only add app-specific dependencies here!
|
||||
# =============================================================================
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y \
|
||||
git
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
|
||||
# =============================================================================
|
||||
# 2: Python Application with uv
|
||||
# ------------------------------------
|
||||
setup_uv
|
||||
|
||||
fetch_and_deploy_gh_release "ownfoil" "a1ex4/ownfoil" "tarball" "latest" "/opt/ownfoil"
|
||||
@@ -37,10 +29,6 @@ $STD source .venv/bin/activate
|
||||
$STD uv pip install -r requirements.txt
|
||||
msg_ok "Setup ownfoil"
|
||||
|
||||
# =============================================================================
|
||||
# 3. CREATE SYSTEMD SERVICE
|
||||
# =============================================================================
|
||||
|
||||
msg_info "Creating Service"
|
||||
cat <<EOF >/etc/systemd/system/ownfoil.service
|
||||
[Unit]
|
||||
@@ -61,10 +49,6 @@ EOF
|
||||
systemctl enable -q --now ownfoil
|
||||
msg_ok "Created Service"
|
||||
|
||||
# =============================================================================
|
||||
# 4. CLEANUP & FINALIZATION
|
||||
# =============================================================================
|
||||
|
||||
motd_ssh
|
||||
customize
|
||||
cleanup_lxc
|
||||
|
||||
Reference in New Issue
Block a user