Remove unnecessary sudo
command
This commit is contained in:
parent
45f5ed8ff8
commit
cdc2fe649d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ wget https://github.com/dougppaz/youtube-music-dl/releases/download/v1.2.1/youtu
|
|||
|
||||
# Prepare extension
|
||||
mkdir -p "$extensionDir";
|
||||
sudo -u "$1" unzip "$archiveName" -d "$extensionDir";
|
||||
unzip "$archiveName" -d "$extensionDir";
|
||||
rm "$archiveName";
|
||||
|
||||
# Tamper manifest file
|
||||
|
|
Loading…
Reference in a new issue