Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to use the script to create the image but dependency problem gets in the way #9

Open
mcmenaminadrian opened this issue Jan 6, 2024 · 4 comments

Comments

@mcmenaminadrian
Copy link

mcmenaminadrian commented Jan 6, 2024

I have installed arch-install-scripts using apt on my linux (Ubuntu) box but running the script gives me this:

adrian@corblimey:~/lychee/sunxi_licheerv$ ./create_sd.sh /dev/mmcblk0
Please install 'arch-install-scripts'
@miloserdev
Copy link
Owner

Please, give output of which arch-chroot

@mcmenaminadrian
Copy link
Author

/usr/bin/arch-chroot

@miloserdev
Copy link
Owner

this script written for archlinux and tries to search deps using pacman, try to remove 24 line of this script

check_deps() {
    if ! pacman -Qi "${1}" >/dev/null; then
        echo "Please install '${1}'"
->        exit 1
    fi
}

remove exit 1

@miloserdev
Copy link
Owner

is this helpful?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants