mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "a40795a5d46c6257fc8058ce6fcd1e224be674bb" and "3639db4e94a78db2d9f2d8d58671fbe3bcd62d70" have entirely different histories.
a40795a5d4
...
3639db4e94
|
@ -9,13 +9,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.
|
||||
|
||||
## 2024-06-26
|
||||
|
||||
### Changed
|
||||
|
||||
- **Scrutiny LXC**
|
||||
- NEW Script
|
||||
|
||||
## 2024-06-14
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -27,7 +27,7 @@ msg_ok "Installed Dependencies"
|
|||
msg_info "Installing Scrutiny WebApp"
|
||||
mkdir -p /opt/scrutiny/{config,web,bin}
|
||||
RELEASE=$(curl -s https://api.github.com/repos/analogj/scrutiny/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
|
||||
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
||||
echo "${RELEASE}" >/opt/${APP}_version.txt
|
||||
wget -q -O /opt/scrutiny/config/scrutiny.yaml https://raw.githubusercontent.com/AnalogJ/scrutiny/master/example.scrutiny.yaml
|
||||
wget -q -O /opt/scrutiny/bin/scrutiny-web-linux-amd64 "https://github.com/AnalogJ/scrutiny/releases/download/${RELEASE}/scrutiny-web-linux-amd64"
|
||||
wget -q -O /opt/scrutiny/web/scrutiny-web-frontend.tar.gz "https://github.com/AnalogJ/scrutiny/releases/download/${RELEASE}/scrutiny-web-frontend.tar.gz"
|
||||
|
|
Loading…
Reference in New Issue