Update build.xsh
This commit is contained in:
parent
cc857cd611
commit
66d4fa1c9a
@ -16,7 +16,9 @@ rm -rf @(build_dir)/
|
||||
mkdir -p @(build_dir)
|
||||
cd @(build_dir)
|
||||
|
||||
cp @(script_dir / 'entrypoint.sh') @(build_dir)/
|
||||
|
||||
if p'your_portable_shell'.exists():
|
||||
eprint('SKIP: Portable shell already builded')
|
||||
else:
|
||||
wget https://your_portable_shell
|
||||
wget https://your_portable_shell
|
||||
|
Loading…
Reference in New Issue
Block a user