mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
Follow redirect
This commit is contained in:
parent
ba80fba648
commit
8264f71eb2
4
.github/workflows/donate.yml
vendored
4
.github/workflows/donate.yml
vendored
|
@ -17,9 +17,9 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TOOL: "https://github.com/jollheef/donate/archive/master.tar.gz"
|
||||
run: |
|
||||
curl https://nixos.org/nix/install | sh
|
||||
curl -L https://nixos.org/nix/install | sh
|
||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||
# Use latest stable nixpkgs channel
|
||||
nix-channel --add https://nixos.org/channels/nixos-19.09 nixpkgs
|
||||
nix-channel --add https://nixos.org/channels/nixos-20.03 nixpkgs
|
||||
nix-channel --update
|
||||
nix run -f $TOOL -c donate-ci
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- name: Install Nix
|
||||
run: |
|
||||
curl https://nixos.org/nix/install | sh
|
||||
curl -L https://nixos.org/nix/install | sh
|
||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||
nix-channel --update
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ shell::
|
|||
|
||||
nix run -f https://code.dumpstack.io/tools/appvm/archive/master.tar.gz -c appvm
|
||||
|
||||
Ubuntu 19.10
|
||||
Ubuntu 20.04
|
||||
------
|
||||
|
||||
Requirements::
|
||||
|
@ -29,7 +29,7 @@ Requirements::
|
|||
sudo apt install virt-manager curl git
|
||||
echo user = "\"$USER\"" | sudo tee -a /etc/libvirt/qemu.conf
|
||||
echo '/var/tmp/** rwlk,' | sudo tee -a /etc/apparmor.d/local/abstractions/libvirt-qemu
|
||||
curl https://nixos.org/nix/install | sh
|
||||
curl -L https://nixos.org/nix/install | sh
|
||||
systemctl reboot
|
||||
|
||||
Use latest stable nixpkgs channel::
|
||||
|
|
Loading…
Reference in a new issue