Skip to content

Commit 0f5fbbd

Browse files
committed
Former-commit-id: cb38d2d
2 parents 7669352 + 9d4ebdc commit 0f5fbbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

podman-update/01-podman-update.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
ln -s $CONMON_DL /usr/libexec/podman/conmon
2222

2323
if [ ! -f $PODMAN_DL ]; then
24-
curl -fsSLo $PODMAN_DL https://raw.githubusercontent.com/boostchicken/udm-utilities/master/podman-update/bin/podman-$PODMAN_VERSION
24+
curl -fsSLo $PODMAN_DL https://github.com/boostchicken/udm-utilities/blob/master/podman-update/bin/podman-$PODMAN_VERSION?raw=true
2525
fi
2626
chmod +x $PODMAN_DL
2727
if [ ! -f /usr/bin/podman.old ]; then
@@ -30,7 +30,7 @@ fi
3030
ln -s $PODMAN_DL /usr/bin/podman
3131

3232
if [ ! -f $RUNC_DL ]; then
33-
curl -fsSLo $RUNC_DL https://raw.githubusercontent.com/boostchicken/udm-utilities/master/podman-update/bin/runc-$RUNC_VERSION
33+
curl -fsSLo $RUNC_DL https://github.com/boostchicken/udm-utilities/blob/master/podman-update/bin/runc-$RUNC_VERSION?raw=true
3434
fi
3535
chmod +x $RUNC_DL
3636
if [ ! -f /usr/bin/runc.old ]; then
@@ -40,7 +40,7 @@ ln -s $RUNC_DL /usr/bin/runc
4040

4141
if [ ! -f $SECCOMP ]; then
4242
mkdir -p /usr/share/container/
43-
curl -fsSLo /usr/share/container/seccomp.json https://raw.githubusercontent.com/boostchicken/udm-utilities/master/podman-update/bin/seccomp.json
43+
curl -fsSLo /usr/share/container/seccomp.json https://github.com/boostchicken/udm-utilities/blob/master/podman-update/bin/seccomp.json?raw=true
4444
fi
4545
sed -i 's/driver = ""/driver = "overlay"/' /etc/containers/storage.conf
4646
# Comment out if you don't want to enable docker-compose or remote docker admin

0 commit comments

Comments
 (0)