Remove useless executions of commands with sudo
The installation process already runs with root privileges. See also https://gitlab.com/mmk2410/intellij-idea-community/-/issues/4
This commit is contained in:
parent
987662a7c4
commit
c193ab546d
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-ultimate
|
||||
rm -rf /opt/intellij-idea-ultimate
|
||||
|
||||
##DEBHELPER##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue