From 027f6695bf08f3febf6ad51cd916b24bdb3732d4 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 8 Jul 2020 12:34:22 +0000 Subject: Adding symlink to examples. --- test.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh new file mode 100755 index 00000000..011a1f9b --- /dev/null +++ b/test.sh @@ -0,0 +1,6 @@ +#!/bin/bash +rm -rf archinstall.egg-info/ build/ dist/ +python3 setup.py sdist bdist_wheel +sudo pip install --upgrade dist/*.whl +ls -l /usr/lib/python3.8/site-packages/archinstall +#echo 'python3 -m twine upload dist/*' -- cgit v1.2.3-70-g09d2