Compare commits

..

4 Commits

Author SHA1 Message Date
tteckster aabaa091ad
Update USER_SUBMITTED_GUIDES.md 2023-07-02 11:17:25 -04:00
tteckster 5f6478e0dd
Update USER_SUBMITTED_GUIDES.md 2023-07-02 11:15:52 -04:00
tteckster 345ba6932d
Update trilium.sh
default Debian 12
2023-07-02 10:49:58 -04:00
tteckster 4d6a9b777d
Update mariadb-install.sh
fix Debian 12 install
closes https://github.com/tteck/Proxmox/issues/1580
2023-07-02 10:33:51 -04:00
3 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<sub> In order to contribute a guide on installing with Proxmox VE Helper Scripts, you should open a pull request that adds the guide to the `USER_SUBMITTED_GUIDES.md` file. </sub>
[Installing Home Assistant OS using Proxmox 7](https://community.home-assistant.io/t/installing-home-assistant-os-using-proxmox-7/201835)
[Installing Home Assistant OS using Proxmox 8](https://community.home-assistant.io/t/installing-home-assistant-os-using-proxmox-8/201835)
[How To Separate Zigbee2MQTT From Home Assistant In Proxmox](https://smarthomescene.com/guides/how-to-separate-zigbee2mqtt-from-home-assistant-in-proxmox/)

View File

@ -23,7 +23,7 @@ var_disk="2"
var_cpu="1"
var_ram="512"
var_os="debian"
var_version="11"
var_version="12"
variables
color
catch_errors

View File

@ -20,8 +20,6 @@ $STD apt-get install -y mc
msg_ok "Installed Dependencies"
msg_info "Installing MariaDB"
$STD bash <(curl -fsSL https://r.mariadb.com/downloads/mariadb_repo_setup)
$STD apt-get update
$STD apt-get install -y mariadb-server
msg_ok "Installed MariaDB"