Fish and Docker install scripts

This commit is contained in:
2020-02-23 18:57:29 +00:00
committed by Andrejus
parent 6eb35fff4d
commit 5c0637db75
13 changed files with 91 additions and 119 deletions

8
install/00-apt.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
apt-get -y update
DEBIAN_FRONTEND=noninteractive apt-get -y \
-o Dpkg::Options::="--force-confdef" \
-o Dpkg::Options::="--force-confold" upgrade
apt-get -y autoremove
apt-get -y autoclean