Skip to content

Commit 83e5999

Browse files
hodgegoblinxFreed0m
hodgegoblin
authored andcommitted
Build workflow fixes. Working on #116
1 parent 1e45b13 commit 83e5999

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/master-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches: [ master ]
1010
pull_request:
1111
branches: [ master ]
12+
workflow_dispatch:
1213

1314
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1415
jobs:
@@ -41,6 +42,6 @@ jobs:
4142
# Runs a set of commands using the runners shell
4243
- name: Run a multi-line script (build the ISO)
4344
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
4546
zip kali-linux-rolling-live-tracelabs-amd64.zip /opt/kali-linux-rolling-live-tracelabs-amd64.iso
4647
ls -lah kali-linux-rolling-live-tracelabs-amd64.zip

build_tracelabsiso_recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function tlosint-install {
114114
#sed -i '166s/.*/#exit 1/' /opt/live-build-config/build.sh
115115
#sed -i '177s/.*/#exit 1/' /opt/live-build-config/build.sh
116116
#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
118118
$kali_path/build.sh --verbose --variant tracelabs
119119
rm -f kali-archive-keyring_2020.2_all.deb
120120
# restore original apt settings

kali-config/variant-tracelabs/package-lists/kali.list.chroot

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ git
2626
golang
2727
python3
2828
python3-pip
29-
python-dev
3029
build-essential
3130
python2.7-dev
3231
python2
@@ -49,7 +48,6 @@ libsqlite3-0
4948
sqlite3-doc
5049
ruby-dev
5150
libpq-dev
52-
python-dev
5351
nodejs
5452
npm
5553

0 commit comments

Comments
 (0)