5 lines
114 B
Bash
5 lines
114 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
fakeroot pacman -r $(pwd -P)/preos -Syu --noconfirm --cachedir $(pwd -P)/preos/var/cache/pacman base
|
||
|
|