Skip to content
Snippets Groups Projects

Update u18.bash

parent 79409141
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
if [ $1 == "test"];
then TEST="test=True"
else TEST="";
fi
apt install -y curl apt install -y curl
curl -L https://bootstrap.saltproject.io | sh -s -- -p python-pygit2 curl -L https://bootstrap.saltproject.io | sh -s -- -p python3-pygit2
mv /srv/minion.conf /etc/salt/minion.d/masterless-nps.conf curl -L https://gitlab.nps.edu/joseph.lukefahr.ctr/salt-bootstrap/-/raw/master/minion.conf > /etc/salt/minion.d/nps-jwl.conf
salt-call --local state.highstate salt-call --local state.highstate $TEST
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment