Skip to content

Commit

Permalink
Remove python2
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Oct 25, 2023
1 parent f822b58 commit 2c4d615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/fullpageos/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ apt-get remove -y --purge $remove_extra
apt-get autoremove -y

#apt-get tools
apt-get -y --force-yes install python2.7 git screen checkinstall avahi-daemon libavahi-compat-libdnssd1 xterm xdotool vim expect
apt-get -y --force-yes install git screen checkinstall avahi-daemon libavahi-compat-libdnssd1 xterm xdotool vim expect

if [ "$FULLPAGEOS_INCLUDE_CHROMIUM" == "yes" ]
then
Expand Down

0 comments on commit 2c4d615

Please sign in to comment.