Skip to content

Instantly share code, notes, and snippets.

@Traineratwot
Created January 31, 2024 08:37
Show Gist options
  • Save Traineratwot/9333e7aaca8e07a6c0179285b05e3017 to your computer and use it in GitHub Desktop.
Save Traineratwot/9333e7aaca8e07a6c0179285b05e3017 to your computer and use it in GitHub Desktop.
apt update && sudo apt -y upgrade
apt autoremove -y
apt install -y lsb-release gnupg2 ca-certificates apt-transport-https software-properties-common
add-apt-repository ppa:ondrej/php -y
apt install php8.2 -y
apt install php8.2-{bcmath,fpm,xml,mysql,zip,intl,ldap,gd,cli,bz2,curl,mbstring,pgsql,opcache,soap,cgi} -y
apt install composer -y
apt install zsh -y
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
apt autoremove -y
echo "---------------------------------"
echo "curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh"
echo "PLease RUN chsh"
echo "---------------------------------"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment