Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update linux-uupdump-get-fileinfo+packs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LizenzFass78851 authored Sep 17, 2023
1 parent e92e1ee commit d731778
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions uupdump/linux-uupdump-get-fileinfo+packs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fetchdetect="php ./sta/fetchdetect.php"
pushd ./uup && rm -r uuptmp 2>/dev/null

echo Client
# Client builds
$fetchdetect all Retail Mainline 17763 1 125
$fetchdetect amd64 Retail Mainline 19042 1 119
$fetchdetect all Retail Mainline 19044 1 125
Expand All @@ -21,14 +21,16 @@ $fetchdetect all Beta Mainline 22631 1
$fetchdetect amd64 Dev Mainline 19100 1 119
$fetchdetect all Dev Mainline 22621 1
$fetchdetect all Canary Mainline Latest
echo ""

echo Server
# Server builds
$fetchdetect amd64 Retail Mainline 20348 1 8
$fetchdetect amd64 Retail Mainline 20348 1 406
$fetchdetect amd64 Retail Mainline 20349 1 406
$fetchdetect amd64 Retail Mainline 25398 1 8
$fetchdetect amd64 Retail Mainline 25398 1 406

$fetchdetect amd64 ReleasePreview Mainline 20349 1 406
echo ""

echo .
echo Done.
echo .

0 comments on commit d731778

Please sign in to comment.