From 296e482eda1de06901def14592e777a83e864469 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 22 Nov 2021 10:58:13 +0100 Subject: [PATCH] Fix batcat package name, pass environment variables to apt (for HTTP proxy) --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index bc37e9a..d6a7b2b 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #! /bin/bash -sudo add-apt-repository -y ppa:regolith-linux/stable -sudo apt install -y i3-gaps feh picom batcat lolcat cowsay fortune zsh lua git +sudo -E add-apt-repository -y ppa:regolith-linux/stable +sudo -E apt install -y i3-gaps feh picom bat lolcat cowsay fortune zsh lua git curl -L https://sw.kovidgoyal.net/kitty/installer.sh | bash sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -- 2.44.0