Skip to content

Commit

Permalink
Merge pull request microsoft#82 from MicrosoftDocs/repo_sync_working_…
Browse files Browse the repository at this point in the history
…branch

Confirm merge from repo_sync_working_branch to live to sync with https://github.com/microsoftdocs/live-share (branch master)
  • Loading branch information
Chuxel committed Jun 8, 2018
2 parents b494965 + f4c2cec commit 6b23c43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/linux-prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ APT=$(which apt 2>&1)
if type apt > /dev/null 2>&1; then
echo "(*) Detected Debian / Ubuntu"
echo ""
sudo apt install -yq libunwind8 liblttng-ust0 libicu?? libuuid1 libkrb5-3 zlib1g gnome-keyring libsecret-1-0 desktop-file-utils gettext apt-transport-https
sudo apt install -yq libunwind8 liblttng-ust0 libicu?? libuuid1 libkrb5-3 zlib1g gnome-keyring libsecret-1-0 desktop-file-utils gettext apt-transport-https x11-utils
if [ $? -ne 0 ]; then
echo "(!) Installation failed! Press enter to dismiss this message."
read
Expand Down Expand Up @@ -95,7 +95,7 @@ if type apt > /dev/null 2>&1; then
elif type yum > /dev/null 2>&1; then
echo "(*) Detected RHL / Fedora / CentOS"
echo ""
sudo yum -y install libunwind lttng-ust libcurl openssl-libs libuuid krb5-libs libicu zlib gnome-keyring libsecret desktop-file-utils
sudo yum -y install libunwind lttng-ust libcurl openssl-libs libuuid krb5-libs libicu zlib gnome-keyring libsecret desktop-file-utils xorg-x11-utils
if [ $? -ne 0 ]; then
echo "(!) Installation failed! Press enter to dismiss this message."
read
Expand All @@ -106,7 +106,7 @@ elif type yum > /dev/null 2>&1; then
elif type pacman > /dev/null 2>&1; then
echo "(*) Detected ArchLinux (unoffically/community supported)"
echo ""
sudo pacman -Sq --needed gcr liburcu libunwind lttng-ust curl openssl-1.0 libutil-linux krb5 icu zlib gettext desktop-file-utils gnome-keyring libsecret
sudo pacman -Sq --needed gcr liburcu libunwind lttng-ust curl openssl-1.0 libutil-linux krb5 icu zlib gettext desktop-file-utils gnome-keyring libsecret xorg-xprop
if [ $? -ne 0 ]; then
echo "(!) Installation failed! Press enter to dismiss this message."
read
Expand Down

0 comments on commit 6b23c43

Please sign in to comment.