Skip to content

Commit

Permalink
Fix folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlife committed Sep 28, 2024
1 parent 42ef426 commit 40a1f13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lazy/auto_patch_Photos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
photo_version=$1

# download old pat for syno_extract_system_patch # thanks for jumkey's idea.
# mkdir synoesp
mkdir synoesp
# curl --location https://global.download.synology.com/download/DSM/release/7.0.1/42218/DSM_DS3622xs%2B_42218.pat --output oldpat.tar.gz
# tar -C ./synoesp/ -xf oldpat.tar.gz hda1.tgz
# cd synoesp
cd synoesp
#
# output=$(xz -dc < hda1.tgz 2>/dev/null | cpio -idm 2>&1)
#
# #echo "show usr syno"
# #ls ./usr/syno/
# echo "Start to extract synoarchive"
# #ls ./usr/syno/sbin/
# mkdir extract && cd extract
mkdir extract && cd extract
# #ls
# echo "cp file synoarchive"
# cp -v ../usr/syno/sbin/synoarchive ./
Expand Down
6 changes: 3 additions & 3 deletions lazy/auto_patch_SynoSDK.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ os_main_version=$1
os_version=$2

## download old pat for syno_extract_system_patch # thanks for jumkey's idea.
#mkdir synoesp
mkdir synoesp
#curl --location https://global.download.synology.com/download/DSM/release/7.0.1/42218/DSM_DS3622xs%2B_42218.pat --output oldpat.tar.gz
#tar -C ./synoesp/ -xf oldpat.tar.gz rd.gz
#cd synoesp
cd synoesp
#
#output=$(xz -dc < rd.gz 2>/dev/null | cpio -idm 2>&1)
#mkdir extract && cd extract
mkdir extract && cd extract
#cp -v ../usr/lib/libcurl.so.4 ../usr/lib/libmbedcrypto.so.5 ../usr/lib/libmbedtls.so.13 ../usr/lib/libmbedx509.so.1 ../usr/lib/libmsgpackc.so.2 ../usr/lib/libsodium.so ../usr/lib/libsynocodesign-ng-virtual-junior-wins.so.7 ../usr/syno/bin/scemd ./
#ln -s scemd syno_extract_system_patch

Expand Down

0 comments on commit 40a1f13

Please sign in to comment.