Skip to content

Commit

Permalink
Update Link.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Dec 12, 2023
1 parent e0d9c85 commit 315a65e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/Link.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@

# Home
TOME="$GITHUB_WORKSPACE"
user_agent=(
"Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A403 Safari/602.1"
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6"
"Mozilla/5.0 (Windows 7; ) Gecko/geckotrail Firefox/firefoxversion"
)
User="${user_agent[RANDOM % ${#user_agent[@]}]}"
User="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"

# clear
sudo rm -rf /usr/share/dotnet
Expand Down

0 comments on commit 315a65e

Please sign in to comment.