aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2020-04-08 04:31:15 +0200
committerMatMoul <matmoul@gmail.com>2020-04-08 04:31:15 +0200
commit9f0465c6c7139d8addabc2331d41f46b2569c9b4 (patch)
tree4de97f1876d1c5bf4c16945d551a26e73dccbeb1
parentdf6c2bde7c8bb7dd5406aaa3a5b99022a3b57b01 (diff)
downloadhyperfi-9f0465c6c7139d8addabc2331d41f46b2569c9b4.tar.lz
hyperfi-9f0465c6c7139d8addabc2331d41f46b2569c9b4.tar.xz
hyperfi-9f0465c6c7139d8addabc2331d41f46b2569c9b4.zip
Finalize custom package list support
-rw-r--r--README.md5
-rw-r--r--archfi3
-rw-r--r--lng/English1
-rw-r--r--lng/French1
4 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42598ce..67ec1cd 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,11 @@ Then follow the on-screen instructions to completion.
If you require extra help, visit the provided video playlist and follow my example.
+## More custom install
+
+ sh archfi -cpl {URL of your custom package list}
+
+You can find a sample custom package list file in the samples folder.
## For developers
diff --git a/archfi b/archfi
index 410b8f5..7b1d33c 100644
--- a/archfi
+++ b/archfi
@@ -867,7 +867,7 @@ installbase(){
while read pkg; do
options+=("${pkg}" "" on)
done < /tmp/archfi-custom-package-list
- sel=$(whiptail --backtitle "${apptitle}" --title "Custom Package List" --checklist "" 0 0 0 \
+ sel=$(whiptail --backtitle "${apptitle}" --title "${txtinstallarchlinuxcustompackagelist}" --checklist "" 0 0 0 \
"${options[@]}" \
3>&1 1>&2 2>&3)
if [ ! "$?" = "0" ]; then
@@ -1887,6 +1887,7 @@ loadstrings(){
txtinstallarchlinuxkernel="Kernel"
txtinstallarchlinuxfirmwares="Firmwares"
txtinstallarchlinuxfilesystems="File Systems"
+ txtinstallarchlinuxcustompackagelist="Custom Package List"
txtconfigarchlinux="Config Arch Linux"
txtsethostname="Set Computer Name"
diff --git a/lng/English b/lng/English
index e5f66ec..90e6d9b 100644
--- a/lng/English
+++ b/lng/English
@@ -65,6 +65,7 @@ txtinstallarchlinux="Install Arch Linux"
txtinstallarchlinuxkernel="Kernel"
txtinstallarchlinuxfirmwares="Firmwares"
txtinstallarchlinuxfilesystems="File Systems"
+txtinstallarchlinuxcustompackagelist="Custom Package List"
txtconfigarchlinux="Config Arch Linux"
txtsethostname="Set Computer Name"
diff --git a/lng/French b/lng/French
index 170770f..3c5f099 100644
--- a/lng/French
+++ b/lng/French
@@ -65,6 +65,7 @@ txtinstallarchlinux="Installer Arch Linux"
txtinstallarchlinuxkernel="Noyau"
txtinstallarchlinuxfirmwares="Firmwares"
txtinstallarchlinuxfilesystems="Systèmes de fichier"
+txtinstallarchlinuxcustompackagelist="Liste de paquet personnel"
txtconfigarchlinux="Configurer Arch Linux"
txtsethostname="Définir le nom de l'ordinateur"