mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #3370 from holta/iiab-install_mkdir_install-flags
iiab-install: mkdir -p /etc/iiab/install-flags
This commit is contained in:
commit
f83a7188bd
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ fi
|
|||
|
||||
echo -e "\n\n./iiab-install $* BEGUN IN $CWD\n"
|
||||
|
||||
mkdir -p /etc/iiab/install-flags # MANDATORY since 2022-07-22 (for PR #3318 netwarn pop-ups, asking you to run iiab-network)
|
||||
|
||||
echo -e "local_facts.fact DIAGNOSTICS... (A FEW LINES OF ERRORS/WARNINGS BELOW ARE OK!)\n"
|
||||
|
||||
scripts/local_facts.fact # Exit & advise, if OS not supported.
|
||||
|
|
Loading…
Reference in a new issue