Add usage instructions for scripts and convert CRLF to LF
This commit is contained in:
parent
44ede81f81
commit
c6782e3557
17
00-install.txt
Normal file
17
00-install.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user