You need git and wget installed before hand So go ahead and paste these codes in the terminal and hit enter
Installing git to the terminal :
$ sudo apt install git -yInstalling wget to the terminal :
$ sudo apt install wget -yInstalling figlet to the terminal :
$ sudo apt install figlet -yFor this you need to first clone the repository into your terminal. Here it goes
$ git clone https://github.com/ParthoRD412/code-server-installation-script.gitNow open the repository
$ cd code-server-installation-scriptMaking the script an executable file
$ chmod +x code-server-installation.shNow run the script
$ ./code-server-installation.shWhenever you turn on ubuntu just type
$ code-serverYou will be asked for the password then run this!!
$ cat config/code-server/config.yamlWell done! Your are good to go!