mirror of
https://github.com/Le0xFF/VoidLinuxInstaller.git
synced 2024-11-22 11:16:22 +03:00
Minor fix for void packages bootstrapping
This commit is contained in:
parent
13f7f16549
commit
a8e58c1d8e
2
vli.sh
2
vli.sh
@ -595,7 +595,7 @@ echo -e -n "\nEnabling restricted packages...\n"
|
|||||||
echo XBPS_ALLOW_RESTRICTED=yes >> \$void_packages_path/etc/conf
|
echo XBPS_ALLOW_RESTRICTED=yes >> \$void_packages_path/etc/conf
|
||||||
echo -e -n "\nBootstrapping...\n\n"
|
echo -e -n "\nBootstrapping...\n\n"
|
||||||
read -n 1 -r -p "[Press any key to continue...]" key
|
read -n 1 -r -p "[Press any key to continue...]" key
|
||||||
"\$SHELL" \$void_packages_path/xbps-src binary-bootstrap
|
"\$SHELL" "\$void_packages_path"/xbps-src binary-bootstrap
|
||||||
EOSU
|
EOSU
|
||||||
echo -e -n "\nVoid Packages successfully configured.\n\n"
|
echo -e -n "\nVoid Packages successfully configured.\n\n"
|
||||||
read -n 1 -r -p "[Press any key to continue...]" key
|
read -n 1 -r -p "[Press any key to continue...]" key
|
||||||
|
Loading…
Reference in New Issue
Block a user