This commit is contained in:
carlospolop 2025-08-21 01:58:42 +02:00
parent 40ff7d3b8d
commit d4981a5cb3

View File

@ -66,6 +66,7 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install wget -y sudo apt-get install wget -y
mkdir scripts
cd scripts cd scripts
wget -O get_and_save_refs.py https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/get_and_save_refs.py wget -O get_and_save_refs.py https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/get_and_save_refs.py
wget -O compare_and_fix_refs.py https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/compare_and_fix_refs.py wget -O compare_and_fix_refs.py https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/compare_and_fix_refs.py