Remove useless executions of commands with sudo
The installation process already runs with root privileges. Fixes issue #4
This commit is contained in:
parent
00e8e0ca30
commit
51d6995f33
2 changed files with 5 additions and 5 deletions
|
@ -3,6 +3,6 @@
|
|||
set -e
|
||||
|
||||
## Remove the program folder
|
||||
sudo rm -rf /opt/intellij-idea-community
|
||||
rm -rf /opt/intellij-idea-community
|
||||
|
||||
##DEBHELPER##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue