mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-29 09:12:56 +02:00
18 lines
667 B
Bash
18 lines
667 B
Bash
#!/usr/bin/env bash
|
|
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
|
# Copyright (c) 2021-2026 community-scripts ORG
|
|
# Author: michelroegl-brunner | Co-Author: vhsdream
|
|
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
|
|
|
APP="MusicSeerr"
|
|
|
|
header_info "$APP"
|
|
variables
|
|
color
|
|
|
|
msg_error "This script is no longer available."
|
|
msg_warn "MusicSeerr has been renamed to DroppedNeedle."
|
|
msg_warn "Run the DroppedNeedle script to migrate an existing installation:"
|
|
echo 'bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/droppedneedle.sh)"'
|
|
exit 1
|