mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:06:33 +08:00
13 lines
368 B
Bash
Executable File
13 lines
368 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Run this if you need to recreate the debian repository for some reason
|
|
|
|
# Setup environment
|
|
cp scripts/build/update_repo/aptly.conf /etc/aptly.conf
|
|
mkdir -p /deb-repo/db \
|
|
/deb-repo/repo \
|
|
/deb-repo/tmp
|
|
|
|
aptly repo create -distribution=stable -component=main grafana
|
|
aptly repo create -distribution=beta -component=main beta
|