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

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