mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Fixed typo in main.zip URL
This commit is contained in:
committed by
GitHub
parent
1e5682e897
commit
a8f68de7f2
2
.github/update_distribution.sh
vendored
2
.github/update_distribution.sh
vendored
@@ -599,7 +599,7 @@ install_cheats() {
|
||||
|
||||
install_cheats_backup() {
|
||||
local TARGET_DIR="${1}"
|
||||
curl --silent --show-error --fail --location -o "/tmp/old_main.zip" "ttps://github.com/MiSTer-devel/Distribution_MiSTer/archive/refs/heads/main.zip"
|
||||
curl --silent --show-error --fail --location -o "/tmp/old_main.zip" "https://github.com/MiSTer-devel/Distribution_MiSTer/archive/refs/heads/main.zip"
|
||||
unzip -q -o "/tmp/old_main.zip" -d "/tmp/"
|
||||
cp -r "/tmp/Distribution_MiSTer-main/Cheats/" "${TARGET_DIR}/Cheats/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user