From c0ef3caf7758ea7cdf406b1786d7aa49c0b32ea7 Mon Sep 17 00:00:00 2001 From: steveokard Date: Sat, 5 May 2018 01:05:42 -0400 Subject: [PATCH] fixes powerline issue on xenial --- tmuxfix.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tmuxfix.sh diff --git a/tmuxfix.sh b/tmuxfix.sh new file mode 100755 index 0000000..5df7538 --- /dev/null +++ b/tmuxfix.sh @@ -0,0 +1,6 @@ +wget http://security.ubuntu.com/ubuntu/pool/universe/p/powerline/fonts-powerline_2.6-1_all.deb +wget http://security.ubuntu.com/ubuntu/pool/universe/p/powerline/powerline_2.6-1_amd64.deb +wget http://security.ubuntu.com/ubuntu/pool/universe/p/powerline/python-powerline_2.6-1_all.deb +wget http://security.ubuntu.com/ubuntu/pool/universe/p/powerline/python3-powerline_2.6-1_all.deb +sudo dpkg -i fonts-powerline_2.6-1_all.deb powerline_2.6-1_amd64.deb python-powerline_2.6-1_all.deb python3-powerline_2.6-1_all.deb +rm fonts-powerline_2.6-1_all.deb powerline_2.6-1_amd64.deb python-powerline_2.6-1_all.deb python3-powerline_2.6-1_all.deb