forked from okannako/autonomysnetwork
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#!/bin/bash | ||
echo -e "\033[0;37m" | ||
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"; | ||
echo " ##### #### #### #### #### ###### ########## #### #### ########### #### ####"; | ||
echo " ###### #### ###### #### #### ######## ########## #### #### #### #### #### ####"; | ||
echo " ####### #### ### ### ######## #### #### #### #### #### #### #### ########"; | ||
echo " #### ####### ########## ######## #### #### #### #### #### ########### ########"; | ||
echo " #### ###### ############ #### #### #### #### #### #### #### #### #### #### ####"; | ||
echo " #### ##### #### #### #### #### ######## #### ############ #### #### #### ####"; | ||
echo " #### #### #### #### #### #### #### #### ############ #### #### #### ####"; | ||
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"; | ||
echo -e '\e[36mTwitter :\e[39m' https://twitter.com/NakoTurk | ||
echo -e '\e[36mGithub :\e[39m' https://github.com/okannako | ||
echo -e '\e[36mYoutube :\e[39m' https://www.youtube.com/@CryptoChainNakoTurk | ||
echo -e "\e[0m" | ||
sleep 5 | ||
echo -e "\e[1m\e[32m Guncellemeler/Updates \e[0m" && sleep 2 | ||
sudo apt update && sudo apt install ocl-icd-opencl-dev ocl-icd-libopencl1 libopencl-clang-dev libgomp1 -y && sudo apt install wget -y && cd $HOME | ||
sleep 1 | ||
echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" | ||
sleep 1 | ||
echo -e "\e[1m\e[32m Dosyalar İndiriliyor/Downloading Files \e[0m" && sleep 2 | ||
wget https://github.com/subspace/subspace-cli/releases/download/v0.3.3-alpha/subspace-cli-ubuntu-x86_64-v3-v0.3.3-alpha | ||
chmod +x subspace-cli-ubuntu-x86_64-v3-v0.3.3-alpha | ||
sleep 1 | ||
echo -e "\e[1m\e[91m Yuklemeler bitti kilavuzdan diger adimlara gecebilirsiniz/The installations are finished, you can move on to the next steps in the guide \e[0m" |