Remove unnecessary command
This commit is contained in:
parent
0147a2152b
commit
51bf80b10a
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ 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";
|
||||
sudo -u "$1" chromium --pack-extension="$extensionDir";
|
||||
rm "$archiveName";
|
||||
|
||||
# Tamper manifest file
|
||||
|
|
Loading…
Reference in a new issue