Skip to content

Commit

Permalink
fix bin auth
Browse files Browse the repository at this point in the history
  • Loading branch information
RajaRakoto committed Sep 21, 2022
1 parent 7f9d308 commit b733d04
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions transfer-setup
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
#!/bin/bash

echo "+++ INSTALLING DEPENDENCIES +++"
echo -e "\n+++ INSTALLING DEPENDENCIES +++"
sleep 1
sudo curl https://raw.githubusercontent.com/gaetan1903/akory/main/akory > /usr/local/bin/akory
sudo chmod a+rx /usr/local/bin/akory
echo "+++ TRANSFER-CLI INSTALLATION +++"
echo -e "\n+++ TRANSFER-CLI INSTALLATION +++"
sleep 1
sudo curl https://raw.githubusercontent.com/RajaRakoto/transfer-cli/master/transfer-cli > /usr/local/bin/transfer-cli
sudo chmod a+rx /usr/local/bin/transfer-cli
rm transfer-setup
echo "+++ VERSION CHECKING +++"
sudo curl https://raw.githubusercontent.com/RajaRakoto/transfer-cli/master/transfer-cli > transfer-cli
sudo chmod a+rx transfer-cli
sudo mv transfer-cli /usr/local/bin/
echo -e "\n+++ VERSION CHECKING +++"
sleep 1
transfer-cli --version
echo "You just need to relaunch this installation script 'transfer-setup' to update this cli... ENJOY :)"

0 comments on commit b733d04

Please sign in to comment.