mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-09-03 23:57:39 -04:00
Correct outdated strings
This commit is contained in:
+2
-1
@@ -10,7 +10,7 @@ import (
|
|||||||
func applications() {
|
func applications() {
|
||||||
for {
|
for {
|
||||||
var doAll bool
|
var doAll bool
|
||||||
choice := front.InputMenuGen("Application to install:", []string{"back", "all", "pamac-aur", "yay-bin (replaces paru)", "htop (replaces btop)", "neovim (replaces vi+vim+nano+micro)", "virt-manager (also installs qemu-desktop+libvirt)", "librewolf-bin", "zed", "steam"})
|
choice := front.InputMenuGen("Application to install:", []string{"back", "all", "pamac-aur", "yay-bin", "htop", "neovim", "virt-manager (also installs qemu-desktop+libvirt)", "librewolf-bin", "zed", "steam"})
|
||||||
switch choice {
|
switch choice {
|
||||||
case 1:
|
case 1:
|
||||||
return
|
return
|
||||||
@@ -53,6 +53,7 @@ func applications() {
|
|||||||
}
|
}
|
||||||
manageService("enable", "libvirtd.service")
|
manageService("enable", "libvirtd.service")
|
||||||
manageService("start", "libvirtd.service")
|
manageService("start", "libvirtd.service")
|
||||||
|
// TODO manage user groups!
|
||||||
|
|
||||||
if !doAll {
|
if !doAll {
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user