Open abhishekpc opened 8 months ago
sudo sh -e ~/Downloads/crouton -t xfce should be changed to sudo sh ~/Downloads/crouton -e -t xfce
so that the parameter does get passed to the script instead of the shell itself.
sudo sh -e ~/Downloads/crouton -t xfce should be changed to sudo sh ~/Downloads/crouton -e -t xfce
so that the parameter does get passed to the script instead of the shell itself.