mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-25 14:21:36 +00:00
remove symlink
This commit is contained in:
parent
db48c22268
commit
edad3d072f
@ -25,6 +25,5 @@ if [ $? -eq 0 ]; then
|
|||||||
pushd "${TARGET_DIR}/latest-Rocky-$SHORT-8/compose/$SHORT" || { echo "Could not switch."; exit 1; }
|
pushd "${TARGET_DIR}/latest-Rocky-$SHORT-8/compose/$SHORT" || { echo "Could not switch."; exit 1; }
|
||||||
echo "Moving i386 to i686"
|
echo "Moving i386 to i686"
|
||||||
mv i386 i686
|
mv i386 i686
|
||||||
ln -s i686 i386
|
|
||||||
popd || { echo "Could not switch."; exit 1; }
|
popd || { echo "Could not switch."; exit 1; }
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user