mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-06 10:44:36 +01:00
8 lines
98 B
Bash
8 lines
98 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -x
|
||
|
set -e
|
||
|
|
||
|
python setup.py install --record files.txt
|
||
|
cat files.txt | xargs rm -rf
|