diff --git a/scripts/package.sh b/scripts/package.sh index 86e43a2613..8afbf5d608 100755 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -87,7 +87,6 @@ ln "$(realpath coder.env)" "$temp_dir/" ln "$(realpath scripts/linux-pkg/coder-workspace-proxy.service)" "$temp_dir/" ln "$(realpath scripts/linux-pkg/coder.service)" "$temp_dir/" ln "$(realpath scripts/linux-pkg/nfpm.yaml)" "$temp_dir/" -ln "$(realpath scripts/linux-pkg/nfpm-alpine.yaml)" "$temp_dir/" ln "$(realpath scripts/linux-pkg/preinstall.sh)" "$temp_dir/" pushd "$temp_dir"