18 lines
323 B
Plaintext
18 lines
323 B
Plaintext
# Update package info
|
|
apt update
|
|
|
|
# Install git
|
|
apt install git
|
|
|
|
# Clone the repository
|
|
git clone https://gitlab.dasm.cz:8443/Spotter-Cluster/Spotter-Cluster.git
|
|
|
|
# Enter the repository directory
|
|
cd Spotter-Cluster
|
|
|
|
# Optional: Rename the scripts you don't wish to run
|
|
mv script.sh script.sh.bak
|
|
|
|
# Launch the scripts
|
|
*.sh
|