From 2dabbcbb2b4f71ad2b747d630024705bbbeb434b Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Fri, 17 Apr 2020 10:35:53 +0200 Subject: exchanging apt with apt-get for better script-compatability --- mkosi.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkosi.postinst') diff --git a/mkosi.postinst b/mkosi.postinst index f65b57a..fcc4b2e 100755 --- a/mkosi.postinst +++ b/mkosi.postinst @@ -12,7 +12,7 @@ systemctl mask motd-news.timer RELEASE=$(cat /etc/lsb-release | grep DISTRIB_CODENAME | awk -F'=' '{print $2}') echo "deb http://no.archive.ubuntu.com/ubuntu ${RELEASE}-security main universe" >> /etc/apt/sources.list echo "deb http://no.archive.ubuntu.com/ubuntu ${RELEASE}-updates main universe" >> /etc/apt/sources.list -apt update && apt --yes full-upgrade && apt --yes autoremove +apt-get update && apt-get --yes full-upgrade && apt-get --yes autoremove # set up bitwarden mv /bitwarden_rs /usr/local/bin/ || echo "building" -- cgit v1.2.3