Skip to content

Commit 34ff3d2

Browse files
Update setupPackages.sh
1 parent b0abe00 commit 34ff3d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setupPackages.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
66
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list'
77
sudo add-apt-repository -y ppa:openshot.developers/ppa
8+
sudo add-apt-repository ppa:sunderme/texstudio
89

910
sudo apt update
1011
sudo apt -y upgrade
@@ -20,7 +21,7 @@ else
2021
echo "$GITHUBDESKTOP installed "
2122
fi
2223

23-
sudo apt install -y git python3-pip libncurses5 libpython2.7 mesa-utils openshot-qt python3-openshot ssh net-tools build-essential curl wget inkscape docker.io libfuse2 nodejs npm sssd-ad sssd-tools realmd adcli krita obs-studio godot3 google-chrome-stable
24+
sudo apt install -y git texstudio python3-pip libncurses5 libpython2.7 mesa-utils openshot-qt python3-openshot ssh net-tools build-essential curl wget inkscape docker.io libfuse2 nodejs npm sssd-ad sssd-tools realmd adcli krita obs-studio godot3 google-chrome-stable
2425
sudo apt purge -y modemmanager scratch brltty
2526
sudo pip install pyserial
2627

0 commit comments

Comments
 (0)