mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 09:38:05 +00:00
feat: enhance validation tests for Aroon Oscillator and ADOSC
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Installing .NET 10.0 SDK..."
|
||||
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
|
||||
chmod +x dotnet-install.sh
|
||||
./dotnet-install.sh --channel 10.0 --quality daily --install-dir /usr/share/dotnet
|
||||
|
||||
echo ".NET 10.0 SDK installed."
|
||||
dotnet --list-sdks
|
||||
Reference in New Issue
Block a user