Skip to content

Commit

Permalink
python2 cheetah moved to aur
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jan 3, 2020
1 parent ddac25d commit 1ca7f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mv /tmp/scripts-master/shell/arch/docker/*.sh /usr/local/bin/
####

# define pacman packages
pacman_packages="python2 python2-cheetah python2-pyopenssl nodejs"
pacman_packages="python2 python2-pyopenssl nodejs"

# install compiled packages using pacman
if [[ ! -z "${pacman_packages}" ]]; then
Expand All @@ -30,7 +30,7 @@ fi
####

# define aur packages
aur_packages=""
aur_packages="python2-cheetah"

# call aur install script (arch user repo)
source aur.sh
Expand Down

0 comments on commit 1ca7f00

Please sign in to comment.