This commit is contained in:
parent
16a965d56c
commit
94ec42ea74
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
use crate::{config::PackageConfig, install::str_vec, run_command};
|
use crate::{config::PackageConfig, install::str_vec, run_command};
|
||||||
|
|
||||||
pub const DESKTOP_PKG: [&str; 2] = ["plasma", "sddm"];
|
pub const DESKTOP_PKG: [&str; 3] = ["plasma", "sddm", "navos/navos"];
|
||||||
|
|
||||||
pub const SERVER_PKG: [&str; 1] = ["tmux"];
|
pub const SERVER_PKG: [&str; 2] = ["tmux", "navos/navos"];
|
||||||
|
|
||||||
pub fn install_pkgs(pkg: &[&str]) {
|
pub fn install_pkgs(pkg: &[&str]) {
|
||||||
let mut cmd = vec!["arch-chroot", "/mnt", "pacman", "-Syu"];
|
let mut cmd = vec!["arch-chroot", "/mnt", "pacman", "-Syu"];
|
||||||
|
|
Loading…
Add table
Reference in a new issue