mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-08-27 20:36:32 -04:00
Announce current stage during all tweaks mode
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"os/exec"
|
||||
"strings"
|
||||
@@ -101,3 +102,9 @@ func mkdir(path string) {
|
||||
other.PrintError("Failed to set ownership of \""+path+"\"", 1)
|
||||
}
|
||||
}
|
||||
|
||||
func allTweaksAnnounce(stage string) {
|
||||
if performAllTweaks {
|
||||
fmt.Println("Performing " + stage + "...")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user