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 /make.sh | |
parent | 027f6695bf08f3febf6ad51cd916b24bdb3732d4 (diff) |
-rwxr-xr-x | make.sh | 5 |
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/*' |