v2.2.2
This commit is contained in:
parent
f3e39fb8e6
commit
e5f5d32aab
124 changed files with 11892 additions and 2461 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
# Copyright (c) 2025-2026 Cristian Cezar Moisés
|
||||
# Fast Installer for Zupt - GNU/Linux
|
||||
|
||||
set -e
|
||||
|
|
@ -9,7 +11,7 @@ echo "🔧 Installing Zupt..."
|
|||
TMP_DIR=$(mktemp -d)
|
||||
|
||||
# Clone and build
|
||||
git clone https://github.com/cristiancmoises/zupt.git "$TMP_DIR/zupt"
|
||||
git clone https://git.securityops.co/cristiancmoises/zupt.git "$TMP_DIR/zupt"
|
||||
cd "$TMP_DIR/zupt"
|
||||
|
||||
make clean
|
||||
|
|
|
|||
Loading…
Reference in a new issue