mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-17 20:05:58 +00:00
V2 Feature overhaul and improvements
This commit is contained in:
@@ -41,6 +41,19 @@ fi
|
||||
if ! command -v git &> /dev/null; then
|
||||
echo "📦 Installing git..."
|
||||
apt-get update && apt-get install -y git
|
||||
apt-get update && apt-get install -y git
|
||||
fi
|
||||
|
||||
# Install ffmpeg if not present
|
||||
if ! command -v ffmpeg &> /dev/null; then
|
||||
echo "📦 Installing ffmpeg..."
|
||||
apt-get update && apt-get install -y ffmpeg
|
||||
fi
|
||||
|
||||
# Install traceroute if not present
|
||||
if ! command -v traceroute &> /dev/null; then
|
||||
echo "📦 Installing traceroute..."
|
||||
apt-get update && apt-get install -y traceroute
|
||||
fi
|
||||
|
||||
# Create app directory
|
||||
|
||||
Reference in New Issue
Block a user