diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 17:02:22 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 17:02:22 +0100 |
commit | 1511845f61f2f8e3065f6dbbd71faae8799c7670 (patch) | |
tree | 59d866e992a5b0c6097cf4b3828e28b7c8b5d1b4 | |
parent | Bug fix (diff) | |
download | arch-installer-1511845f61f2f8e3065f6dbbd71faae8799c7670.tar.gz arch-installer-1511845f61f2f8e3065f6dbbd71faae8799c7670.tar.bz2 arch-installer-1511845f61f2f8e3065f6dbbd71faae8799c7670.tar.xz arch-installer-1511845f61f2f8e3065f6dbbd71faae8799c7670.tar.zst arch-installer-1511845f61f2f8e3065f6dbbd71faae8799c7670.zip |
Typo
-rwxr-xr-x | joes-arch-install-UEFI.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index 265aaf8..92b04d3 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -591,7 +591,7 @@ if [[ $somemore == "true" ]]; then # # # 9. Installing # # some more utils # - # (gst plugins, xorg...) # + # (gst plugins, Xorg...) # # # #=================================# pacman -S gst-plugins-{base,good,bad,ugly} gst-libav xorg-{server,xinit,apps} xf86-input-{mouse,keyboard} xdg-user-dirs mesa xf86-video-vesa |