We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make sure no pending linux kernel updates; if so, reboot
yay -S nbd sudo modprobe nbd max_part=16 sudo qemu-nbd -c /dev/nbd0 /var/lib/libvirt/images/archlinux-pixelfed.qcow2 sudo mount /dev/nbd0p2 /tmp/pixelfed
sudo umount /dev/nbd0p2 sudo qemu-nbd -d /dev/nbd0
this gives a write lock though :( might have to double-clone and maintain two separate git environments
git clone -b dev https://github.com/pixelfed/pixelfed git branch staging [commithash] git branch -u origin/staging staging git checkout staging
git checkout -b localbranch origin/remotebranch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
make sure no pending linux kernel updates; if so, reboot
this gives a write lock though :( might have to double-clone and maintain two separate git environments
The text was updated successfully, but these errors were encountered: