Skip to content

Commit

Permalink
sandboxer: sandboxer-download-extra.sh updated, add ubuntu-24.04-amd6…
Browse files Browse the repository at this point in the history
…4 targeted versions
  • Loading branch information
DarkCaster committed Oct 5, 2024
1 parent 9c15a3d commit 519a9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sandboxer/sandboxer-download-extra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tmp_dir="$TMPDIR"
[[ -z $tmp_dir || ! -d $tmp_dir ]] && tmp_dir="/tmp"

targets="$1"
[[ -z $targets ]] && targets=( debian-i386 debian-amd64 ubuntu-amd64 )
[[ -z $targets ]] && targets=( debian-i386 debian-amd64 ubuntu-amd64 ubuntu-24.04-amd64 )

download () {
echo -n "*** trying $1 ..."
Expand Down

0 comments on commit 519a9e8

Please sign in to comment.