Multilib command only works when written oneline
This commit is contained in:
parent
4f8d89d011
commit
ae9f014a08
1 changed files with 1 additions and 3 deletions
|
@ -497,9 +497,7 @@ gaming:
|
|||
command: sudo cp /etc/pacman.conf /etc/pacman.conf.backup
|
||||
condition: "[ ! -e /etc/pacman.conf.backup ]"
|
||||
- run:
|
||||
- LINESTART=$(grep -n '\[multilib\]' /etc/pacman.conf | cut -d: -f1 | head -n1);
|
||||
LINEEND=$((LINESTART+1));
|
||||
sudo sed -i "${LINESTART},${LINEEND} s/^#//" /etc/pacman.conf
|
||||
- 'LINESTART=$(grep -n "\[multilib\]" /etc/pacman.conf | cut -d: -f1 | head -n1); LINEEND=$((LINESTART+1)); sudo sed -i "${LINESTART},${LINEEND} s/^#//" /etc/pacman.conf'
|
||||
- install:
|
||||
- wine-staging
|
||||
- winetricks
|
||||
|
|
Loading…
Add table
Reference in a new issue