瀏覽代碼

Delete podman_hacs.sh

tteckster 3 年之前
父節點
當前提交
f2133bdbae
共有 1 個文件被更改,包括 0 次插入20 次删除
  1. 0 20
      podman_hacs.sh

+ 0 - 20
podman_hacs.sh

@@ -1,20 +0,0 @@
-#!/usr/bin/env bash
-echo -e "\e[1;33m This script will install Home Assistant Community Store (HACS)  \e[0m"
-
-while true; do
-    read -p "Start the HACS Install Script (y/n)?" yn
-    case $yn in
-        [Yy]* ) break;;
-        [Nn]* ) exit;;
-        * ) echo "Please answer yes or no.";;
-    esac
-done
-
-apt update &>/dev/null
-apt install unzip &>/dev/null
-cd /var/lib/containers/storage/volumes/hass_config/_data
-wget -O - https://get.hacs.xyz | bash -
-
-# To install HACS run the following from the container (LXC) console
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/podman_hacs.sh)"
-# Then add the integration in HA