Pudding_LWGW_BR2/.drone/install_dependencies.sh

15 lines
340 B
Bash
Executable File

#!/usr/bin/env bash
echo "Stopping unattended-upgrades to re-gain control of apt..."
systemctl stop unattended-upgrades
echo "Stopped."
apt-get update
apt-get install -y \
sed make binutils build-essential diffutils \
gcc g++ bash patch gzip bzip2 perl tar cpio \
unzip rsync file bc findutils wget openssl \
libssl-dev mtools