Skip to content

Commit

Permalink
Revert "Vagrant: Install Python 3 On Solaris 10"
Browse files Browse the repository at this point in the history
This reverts commit 8861f70.
  • Loading branch information
steelhead31 committed Jun 18, 2024
1 parent 6933ac1 commit f2aee8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/vagrant/Vagrantfile.Solaris10
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
$script = <<SCRIPT
# Install Python 2.7
sudo /opt/csw/bin/pkgutil -y -i python27
sudo /opt/csw/bin/pkgutil -y -i python33
# Put the host machine's IP into the authorised_keys file on the VM
if [ -r /vagrant/id_rsa.pub ]; then
mkdir -p $HOME/.ssh && cat /vagrant/id_rsa.pub >> $HOME/.ssh/authorized_keys
Expand Down

0 comments on commit f2aee8d

Please sign in to comment.