10 lines
212 B
Python
10 lines
212 B
Python
import os
|
|
import sys
|
|
import requests
|
|
|
|
current_version = []
|
|
new_version = []
|
|
|
|
# Get Current Version of Files -> Verionfile txt on /opt/agents/version.txt
|
|
|
|
# Check Verison on Github by Curl https://gitlab.stines.de |