aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 6a413d3..e1c2101 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+# I need to add option to install nvidia drivers
sudo apt update
@@ -74,8 +75,9 @@ fi
echo "Installing work software..."
sudo apt install -y nginx php-fpm mariadb-server
-sudo apt install php_mysql phpunit php-intl php-curl php-zip php-mbstring php-gd php-soap php-xml php-xmlrpc
+sudo apt install -y php_mysql phpunit php-intl php-curl php-zip php-mbstring php-gd php-soap php-xml php-xmlrpc
sudo systemctl restart php7.3-fpm.service
+sudo apt install -y tmux
wget -O /tmp/composer-setup.php https://getcomposer.org/installer
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
@@ -83,6 +85,11 @@ sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=compose
sudo apt -t buster-backports install -y nodejs npm
+# Installing LaTeX
+# sudo apt install -y texlive texlive-latex-base texlive-latex-extra
+# sudo apt install -y texlive-extra-utils texlive-fonts-extra
+# sudo apt install -y texlive-lang-english texlive-lang-cyrillic
+
read -p "Do you want to install termite? " -n 1 -r
echo