Skip to content

Commit

Permalink
Update opensuse_installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Smiril committed Aug 19, 2015
1 parent 6acaa7d commit 995ed5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opensuse_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
sudo zypper install libjansson4 libjansson4-32bit libjansson-devel curl libcurl4 libcurl4-32bit libcurl-devel at-spi2-atk-common at-spi2-atk-gtk2 glib glib-32bit gtk gtk2-branding-SLED gtk2-data gtk2-devel gtk2-immodule-amharic gtk2-immodule-inuktitut gtk2-metatheme-adwaita gtk2-tools gtk2-tools-32bit patterns-openSUSE-base patterns-openSUSE-devel_basis patterns-openSUSE-devel_C_C++ git
cd src/
sh setup.sh
cd ../
echo "Make Windows Binary?(only Opensuse 13.2 x64) Do that? [Y,n]"
read input
if [[ $input == "Y" || $input == "y" ]]; then
echo "doing that ..."
cd src/
sh W32_x64_opensuse_build.sh
cd ../
else
echo "don't doing that ..."
cd ../
fi

0 comments on commit 995ed5e

Please sign in to comment.