wget https://raw.githubusercontent.com/DataByteDigital/Opensource-Script/main/<path/to/script>
sudo chmod +x script_name.sh
./script_name.sh
wget https://raw.githubusercontent.com/DataByteDigital/Opensource-Script/main/<path/to/script> && sudo chmod +x script_name.sh && ./script_name.sh