mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
fix: install script no longer tries to remove a non-existant authorfile
This commit is contained in:
@@ -41,7 +41,7 @@ fi
|
|||||||
|
|
||||||
curl -L -o cocommit.tar.gz $URL && \
|
curl -L -o cocommit.tar.gz $URL && \
|
||||||
tar -xvzf cocommit.tar.gz && \
|
tar -xvzf cocommit.tar.gz && \
|
||||||
rm cocommit.tar.gz && rm author.txt && \
|
rm cocommit.tar.gz && \
|
||||||
chmod +x $file && ./$file -v
|
chmod +x $file && ./$file -v
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Failed to extract the binary"
|
echo "Failed to extract the binary"
|
||||||
|
|||||||
Reference in New Issue
Block a user