File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121ln -s $CONMON_DL /usr/libexec/podman/conmon
2222
2323if [ ! -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
2525fi
2626chmod +x $PODMAN_DL
2727if [ ! -f /usr/bin/podman.old ]; then
3030ln -s $PODMAN_DL /usr/bin/podman
3131
3232if [ ! -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
3434fi
3535chmod +x $RUNC_DL
3636if [ ! -f /usr/bin/runc.old ]; then
@@ -40,7 +40,7 @@ ln -s $RUNC_DL /usr/bin/runc
4040
4141if [ ! -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
4444fi
4545sed -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
You can’t perform that action at this time.
0 commit comments