Skip to content

Commit

Permalink
Update to dns installation url
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreWohnsland authored Sep 5, 2024
1 parent ad6211c commit fa90151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/all_in_one.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ bash scripts/setup.sh

echo ~ "Register successful installation: ~"
OS_INFO=$(sed -nr 's/^PRETTY_NAME="(.+)"/\1/p' /etc/os-release)
curl -X 'POST' 'http://130.162.32.10:8000/api/v1/public/installation' -H 'accept: application/json' -H 'Content-Type: application/json' -d '{"os_version": "'"$OS_INFO"'"}'
curl -X 'POST' 'https://api.cocktailberry.org/api/v1/public/installation' -H 'accept: application/json' -H 'Content-Type: application/json' -d '{"os_version": "'"$OS_INFO"'"}'
echo ""

echo "~ Everything should be set now! Have fun with CocktailBerry :) ~"
Expand Down

0 comments on commit fa90151

Please sign in to comment.