Skip to content

Commit

Permalink
updated memory and headers
Browse files Browse the repository at this point in the history
  • Loading branch information
230delphi committed Oct 14, 2024
1 parent ba6de95 commit 5e0225e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions alphaess-proxy-for-pxe.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Original Copyright (c) 2021-2024 tteck
# Orginal Author: tteck (tteckster)
# License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE
# alpha script 230delphi
# to run:
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/230delphi/hassio-addons/refs/heads/main/alphaess-proxy-for-pxe.sh)"

function header_info {
clear
Expand All @@ -24,7 +27,7 @@ echo -e "Loading..."
APP="AlphaESS Proxy"
var_disk="4"
var_cpu="1"
var_ram="512"
var_ram="1024"
var_os="debian"
var_version="12"
variables
Expand Down

0 comments on commit 5e0225e

Please sign in to comment.