mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Don't need this as goreleaser will sort it out
This commit is contained in:
parent
a8e3a9bba9
commit
82efdcdd00
@ -14,11 +14,6 @@ if [ ! -f /etc/navidrome/navidrome.toml ]; then
|
||||
fi
|
||||
|
||||
postinstall_flag="/var/lib/navidrome/.installed"
|
||||
package_file="/var/lib/navidrome/.package"
|
||||
|
||||
if [ ! -f "$package_file" ]; then
|
||||
echo "deb/rpm" > "$package_file";
|
||||
fi
|
||||
|
||||
if [ ! -f "$postinstall_flag" ]; then
|
||||
# The primary reason why this would fail is if the service was already installed AND
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user