Compare commits

...

3 Commits

Author SHA1 Message Date
tteckster 3678d28151
Update CHANGELOG.md 2023-09-30 11:55:47 -04:00
tteckster 45067cfdd1
Update unifi.sh
tweak update
2023-09-30 11:19:22 -04:00
tteckster 0e60f4ac4b
Update umbrel.sh
set default Debian 12
fixes https://github.com/tteck/Proxmox/issues/1862
http://umbrel.local
2023-09-30 08:29:05 -04:00
3 changed files with 9 additions and 2 deletions

View File

@ -4,6 +4,13 @@
- All LXC instances created using this repository come pre-installed with Midnight Commander, which is a command-line tool (`mc`) that offers a user-friendly file and directory management interface for the terminal environment.
## 2023-09-30
### Changed
- **All Templates**
- NEW Script
## 2023-09-28
### Changed

View File

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

View File

@ -54,7 +54,7 @@ function update_script() {
header_info
if [[ ! -d /usr/lib/unifi ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating ${APP}"
apt-get update
apt-get update --allow-releaseinfo-change
apt-get install -y unifi
msg_ok "Updated Successfully"
exit