Install prerequisites for xone
This commit is contained in:
parent
c1d1819497
commit
c28f6083a1
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Prerequisites
|
||||
sudo pacman --noconfirm -Syu cabextract;
|
||||
|
||||
contextRoot="$(mktemp -d)";
|
||||
pushd "$contextRoot";
|
||||
git clone "https://github.com/dlundqvist/xone.git" "$contextRoot";
|
||||
|
|
Loading…
Reference in a new issue