Browse Source

initial package list update

merge-requests/16/head
Steven Foerster 6 years ago
parent
commit
7547e8c068
  1. 3
      scripts/install.sh
  2. 4
      scripts/subinstallers/iptables.sh

3
scripts/install.sh

@ -86,6 +86,9 @@ pushd . @@ -86,6 +86,9 @@ pushd .
cd /opt/mistborn
git submodule update --init --recursive
# initial load update package list
sudo apt-get update
# install figlet
sudo apt-get install -y figlet

4
scripts/subinstallers/iptables.sh

@ -92,10 +92,6 @@ sudo ip6tables -P INPUT DROP @@ -92,10 +92,6 @@ sudo ip6tables -P INPUT DROP
sudo ip6tables -P FORWARD DROP
sudo ip6tables -P OUTPUT ACCEPT
# initial load update package list
sudo apt-get update
# iptables-persistent
if [ ! "$(dpkg-query -l iptables-persistent)" ]; then
echo "Installing iptables-persistent"

Loading…
Cancel
Save