Ajout du sudo pour l'installation de unzip
This commit is contained in:
@@ -8,7 +8,7 @@ if command -v docker &> /dev/null; then
|
||||
if command -v unzip &> /dev/null; then
|
||||
unzip strapi.zip
|
||||
else
|
||||
apt-get install unzip
|
||||
sudo apt-get install unzip
|
||||
unzip strapi.zip
|
||||
fi
|
||||
rm strapi.zip
|
||||
|
||||
Reference in New Issue
Block a user