Changed wget to git clone

pull/241/head
Spectrumgamer75 4 years ago committed by GitHub
parent 39b37d8a5c
commit da6c710791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,8 +7,6 @@ function error {
exit 1
}
mkdir AIW
cd ~/AIW || error "Failed to enter directory!"
git clone https://github.com/spectrumgamer75/All-is-well || error "Failed to download!"
chmod +x 'aiwrpi.sh'
echo "alias aiw=$HOME/All-is-well/aiw/aiwrpi.sh" >> ~/.bashrc

Loading…
Cancel
Save