mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
Refactored
This commit is contained in:
parent
f6ddda7723
commit
4949899bf7
@ -325,9 +325,7 @@ if [ "$update_system" == "y" ]
|
||||
info "Updating system..."
|
||||
case "$os" in
|
||||
"arch"|"manjaro")
|
||||
(
|
||||
echo "pacman --noconfirm -Syyu"
|
||||
) | chroot "$root_mount_path" /bin/bash || error
|
||||
echo "pacman --noconfirm -Syyu" | chroot "$root_mount_path" /bin/bash || error
|
||||
;;
|
||||
"moode"|"retropie")
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user