mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "3678d28151068620c74e21420e627e41cc4043df" and "4280da6c42f814a1730ff0127bd96fc005ca5c95" have entirely different histories.
3678d28151
...
4280da6c42
|
@ -4,13 +4,6 @@
|
|||
|
||||
- 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
|
||||
|
|
|
@ -23,7 +23,7 @@ var_disk="8"
|
|||
var_cpu="2"
|
||||
var_ram="2048"
|
||||
var_os="debian"
|
||||
var_version="12"
|
||||
var_version="11"
|
||||
variables
|
||||
color
|
||||
catch_errors
|
||||
|
|
|
@ -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 --allow-releaseinfo-change
|
||||
apt-get update
|
||||
apt-get install -y unifi
|
||||
msg_ok "Updated Successfully"
|
||||
exit
|
||||
|
|
Loading…
Reference in New Issue