OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/../usr/lib32/../games/../share/php7.4-xml/../polkit-1/../initramfs-tools/hooks/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
#!/bin/sh set -e PREREQ="fuse" prereqs () { echo "${PREREQ}" } case "${1}" in prereqs) prereqs exit 0 ;; esac . /usr/share/initramfs-tools/hook-functions copy_exec /bin/ntfs-3g /bin ln -s /bin/ntfs-3g "${DESTDIR}/sbin/mount.ntfs-3g" ln -s /bin/ntfs-3g "${DESTDIR}/sbin/mount.ntfs" exit 0