This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; No longer needed - embedded in script now | |
[version] | |
Signature=$chicago$ | |
AdvancedINF=2.5 | |
[DefaultInstall] | |
CustomDestination=CustInstDestSectionAllUsers | |
RunPreSetupCommands=RunPreSetupCommandsSection | |
[RunPreSetupCommandsSection] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get update && sudo apt-get upgrade -y | |
# Dependencies | |
sudo apt-get install -y \ | |
git autoconf automake libtool make libreadline-dev texinfo \ | |
pkg-config libpam0g-dev libjson-c-dev bison flex python3-pytest \ | |
libc-ares-dev python3-dev libsystemd-dev python-ipaddress python3-sphinx \ | |
install-info build-essential libsystemd-dev libsnmp-dev perl libcap-dev \ |