index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-08 12:35:02 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-08 12:35:02 +0000 |
commit | 4f18ac473abef763d6ea2846348da21693d878bd (patch) | |
tree | 4d309f3c802e3ada0ac9be5fec4331dfa4c83f8d | |
parent | 027f6695bf08f3febf6ad51cd916b24bdb3732d4 (diff) |
-rwxr-xr-x | make.sh | 5 | ||||
-rwxr-xr-x | test.sh | 6 |
diff --git a/make.sh b/make.sh deleted file mode 100755 index 379cd492..00000000 --- a/make.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -rm -rf archinstall.egg-info/ build/ dist/ -python3 setup.py sdist bdist_wheel - -echo 'python3 -m twine upload dist/*' diff --git a/test.sh b/test.sh deleted file mode 100755 index 011a1f9b..00000000 --- a/test.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/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/*' |