Skip to content

Commit

Permalink
Update package repo to point to packages.vmware.com
Browse files Browse the repository at this point in the history
Signed-off-by: William Lam <[email protected]>
  • Loading branch information
William Lam committed Dec 14, 2020
1 parent a1f51e2 commit 15b9d16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/linux/photon-server-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf

#### Update the guest operating system. ###
echo '> Updating the guest operating system ...'
sudo sed -i 's/dl.bintray.com\/vmware/packages.vmware.com\/photon\/$releasever/g' /etc/yum.repos.d/*.repo
sudo tdnf -y update photon-repos
sudo tdnf clean all
sudo tdnf makecache
sudo tdnf update -y

### Install additional packages. ###
Expand Down

0 comments on commit 15b9d16

Please sign in to comment.