Skip to content

Commit

Permalink
Create gemini3d.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
okannako authored Apr 19, 2023
1 parent 75fe540 commit 880f4d2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions gemini3d.sh
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"

0 comments on commit 880f4d2

Please sign in to comment.