added command to symlink python to python3
This commit is contained in:
@@ -17,6 +17,12 @@ fi
|
||||
# remove os prober
|
||||
apt-get remove os-prober -y
|
||||
|
||||
# symlink python3 to python
|
||||
if [[ ! -f /usr/bin/python ]]
|
||||
then
|
||||
ln /usr/bin/python3 /usr/bin/python
|
||||
fi
|
||||
|
||||
# update and upgrade
|
||||
apt-get update
|
||||
apt-get upgrade -y
|
||||
|
||||
Reference in New Issue
Block a user