diff --git a/nfs_mount.sh b/nfs_mount.sh index 7101e36..50fb415 100755 --- a/nfs_mount.sh +++ b/nfs_mount.sh @@ -16,8 +16,9 @@ # Copyright 2022 Oliver "RealLarry" Jaksch # You can download the latest version of this script from: -# https://github.com/MiSTer-devel/CIFS_MiSTer +# https://github.com/MiSTer-devel/Scripts_MiSTer +# Version 1.1.1 - 2024-02-17 - Update Github link # Version 1.1 - 2022-12-25 - Cosmetics # Version 1.0 - 2021-12-29 - First commit diff --git a/nfs_umount.sh b/nfs_umount.sh index 439cfe3..5bf66ae 100755 --- a/nfs_umount.sh +++ b/nfs_umount.sh @@ -16,8 +16,9 @@ # Copyright 2022 Oliver "RealLarry" Jaksch # You can download the latest version of this script from: -# https://github.com/MiSTer-devel/CIFS_MiSTer +# https://github.com/MiSTer-devel/Scripts_MiSTer +# Version 1.0.1 - 2024-02-17 - Update github link # Version 1.0 - 2023-03-10 - First commit #=========NO USER-SERVICEABLE PARTS BELOW THIS LINE=====