Building Dolphin on Linux: Difference between revisions

Jump to navigation Jump to search
(→‎Step 2 - Get the Dolphin Repository: openSUSE doesn't have yum)
Line 249: Line 249:
echo 'Proceeding to the installation; press Enter to continue or Ctrl+C to cancel.'
echo 'Proceeding to the installation; press Enter to continue or Ctrl+C to cancel.'
read
read
if [ $(whoami) == "root"];
if [ $(whoami) == "root" ];
then
then
make install
make install