5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
pacman -r "$LXC_ROOTFS_PATH" -Syu --noconfirm
|
||
|
exit $?
|