temporary tests
This commit is contained in:
parent
82530f1ec2
commit
e240a3519c
1 changed files with 9 additions and 0 deletions
|
@ -72,6 +72,15 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
|
|||
.catch(err => {
|
||||
throw err
|
||||
});
|
||||
|
||||
let url2 = 'https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install.sh';
|
||||
fetch(url2)
|
||||
.then(out =>
|
||||
console.log('Checkout this JSON! ', out))
|
||||
.catch(err => {
|
||||
throw err
|
||||
});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue