Building Dolphin on Linux: Difference between revisions

m
Text replacement - " ]" to "]"
m (Text replacement - " ]" to "]")
Line 223: Line 223:
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