mirror of
https://github.com/bytedream/aion.git
synced 2025-06-27 06:50:32 +02:00
Update install.sh
This commit is contained in:
@ -5,6 +5,7 @@ current_directory=$PWD
|
||||
printf "\n-----copying aion shell to /usr/bin...-----\n"
|
||||
|
||||
if [ ! -f /usr/bin/aion ]; then
|
||||
chmod +x /usr/bin/aion
|
||||
cp aion /usr/bin/
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user