Update install.sh

This commit is contained in:
blueShard-dev 2020-06-28 11:39:53 +00:00 committed by GitHub
parent bd5fa8c36e
commit 5eeef34f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ current_directory=$PWD
printf "\n-----copying aion shell to /usr/bin...-----\n" printf "\n-----copying aion shell to /usr/bin...-----\n"
if [ ! -f /usr/bin/aion ]; then if [ ! -f /usr/bin/aion ]; then
chmod +x /usr/bin/aion
cp aion /usr/bin/ cp aion /usr/bin/
fi fi