Skip to content

Commit

Permalink
Merge pull request #1 from tracelabs/dev-tom
Browse files Browse the repository at this point in the history
updated build to match OffSec
  • Loading branch information
5nacks authored Feb 18, 2023
2 parents 261ebb2 + eb63822 commit 3395612
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-vbox.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ while getopts ":a:b:D:o:f:hkL:m:P:r:s:S:T:U:v:x:z" opt; do
(U) USERPASS=$OPTARG ;;
(v) VARIANT=$OPTARG ;;
(x) VERSION=$OPTARG ;;
(z) ZIP=true ;;
(z) ZIP=false ;;
(*) echo "$USAGE" >&2; exit 1 ;;
esac
done
Expand Down
2 changes: 1 addition & 1 deletion build-vmware.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ while getopts ":a:b:D:o:f:hkL:m:P:r:s:S:T:U:v:x:z" opt; do
(U) USERPASS=$OPTARG ;;
(v) VARIANT=$OPTARG ;;
(x) VERSION=$OPTARG ;;
(z) ZIP=true ;;
(z) ZIP=false ;;
(*) echo "$USAGE" >&2; exit 1 ;;
esac
done
Expand Down
2 changes: 1 addition & 1 deletion build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ while getopts ":a:b:D:o:f:hkL:m:P:r:s:S:T:U:v:x:z" opt; do
(U) USERPASS=$OPTARG ;;
(v) VARIANT=$OPTARG ;;
(x) VERSION=$OPTARG ;;
(z) ZIP=true ;;
(z) ZIP=false ;;
(*) echo "$USAGE" >&2; exit 1 ;;
esac
done
Expand Down
4 changes: 4 additions & 0 deletions tlosint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ actions:
components: [ main, contrib, non-free ]
keyring-file: kali-archive-keyring.gpg

- description: "Install usr-is-merged (cf. debos #361 and #362)"
action: apt
packages: [ usr-is-merged ]

- description: "Preseed package configuration"
action: run
chroot: true
Expand Down

0 comments on commit 3395612

Please sign in to comment.