File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
kali-config/variant-tracelabs/package-lists Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 9
9
branches : [ master ]
10
10
pull_request :
11
11
branches : [ master ]
12
+ workflow_dispatch :
12
13
13
14
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
15
jobs :
41
42
# Runs a set of commands using the runners shell
42
43
- name : Run a multi-line script (build the ISO)
43
44
run : |
44
- wget -O - https://raw.githubusercontent.com/tracelabs/tlosint-live/master/ build_tracelabsiso_recipe.sh | sudo bash
45
+ sudo bash $GITHUB_WORKSPACE/ build_tracelabsiso_recipe.sh
45
46
zip kali-linux-rolling-live-tracelabs-amd64.zip /opt/kali-linux-rolling-live-tracelabs-amd64.iso
46
47
ls -lah kali-linux-rolling-live-tracelabs-amd64.zip
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ function tlosint-install {
114
114
# sed -i '166s/.*/#exit 1/' /opt/live-build-config/build.sh
115
115
# sed -i '177s/.*/#exit 1/' /opt/live-build-config/build.sh
116
116
# sed -i '182s/.*/#exit 1/' /opt/live-build-config/build.sh
117
- sed -i ' 181s/.*/#exit 1/' /opt/live-build-config/build.sh
117
+ # sed -i '181s/.*/#exit 1/' /opt/live-build-config/build.sh
118
118
$kali_path /build.sh --verbose --variant tracelabs
119
119
rm -f kali-archive-keyring_2020.2_all.deb
120
120
# restore original apt settings
Original file line number Diff line number Diff line change 26
26
golang
27
27
python3
28
28
python3-pip
29
- python-dev
30
29
build-essential
31
30
python2.7-dev
32
31
python2
@@ -49,7 +48,6 @@ libsqlite3-0
49
48
sqlite3-doc
50
49
ruby-dev
51
50
libpq-dev
52
- python-dev
53
51
nodejs
54
52
npm
55
53
You can’t perform that action at this time.
0 commit comments