agave the dbd autobuild project its own directory
[eostre.git] / files / install-packages.sh
diff --git a/files/install-packages.sh b/files/install-packages.sh
deleted file mode 100644 (file)
index beea2f9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash -xe
-
-apt update -y && apt upgrade -y
-
-# actually don't because it seems we don't need it. yet
-## add the php5 repo
-#add-apt-repository -y ppa:ondrej/php
-#apt update -y && apt upgrade -y
-
-for PKG in $(cat /pkgs); do
-        apt install -y $PKG ||: # never fail to install a package, because some packages' postinstall hooks fail when /dev /proc /run etc aren't mounted
-done