Skip to content

Commit ad2b5da

Browse files
committed
add uv to rc, get alloy from our repo
1 parent 458a2d1 commit ad2b5da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

genesis/images/genesis_base/install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ sudo apt install -y build-essential python3.12-dev python3.12-venv \
4141
export UV_INSTALLER_GHE_BASE_URL=https://github.com
4242
curl -LsSf https://github.com/astral-sh/uv/releases/download/0.11.7/uv-installer.sh | sh
4343
source "$HOME"/.local/bin/env
44+
uv tool update-shell
4445

4546
# Install the Core Agent
4647
# Prepare a fresh virtrual environment
@@ -77,7 +78,8 @@ sudo cp -a "$IMG_ARTS_PATH/lib/." "/usr/local/lib/genesis/"
7778
sudo systemctl enable genesis-bootstrap genesis-root-autoresize genesis-universal-agent
7879

7980
# Install Alloy
80-
wget -q https://github.com/grafana/alloy/releases/download/v${ALLOY_VERSION}/alloy-${ALLOY_VERSION}-1.amd64.deb
81+
wget -q https://repository.genesis-core.tech/alloy/alloy-${ALLOY_VERSION}-1.amd64.deb
82+
#wget -q https://github.com/grafana/alloy/releases/download/v${ALLOY_VERSION}/alloy-${ALLOY_VERSION}-1.amd64.deb
8183
sudo dpkg -i alloy-${ALLOY_VERSION}-1.amd64.deb
8284
rm -f alloy-${ALLOY_VERSION}-1.amd64.deb
8385

0 commit comments

Comments
 (0)