mirror of
https://github.com/bytedream/aion.git
synced 2025-06-27 15:00:32 +02:00
Add files via upload
This commit is contained in:
11
aion_data/etc/install.sh
Normal file
11
aion_data/etc/install.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -d "/usr/local/aion-"]; then
|
||||
apt-get install git
|
||||
git --clone https://github.com/blueShard-dev/aion /tmp/aion_installation
|
||||
bash /tmp/aion_installation/install.sh
|
||||
|
||||
rm -r /tmp/aion_installation
|
||||
else
|
||||
echo "Aion is already installed"
|
||||
fi
|
Reference in New Issue
Block a user