Updated
This commit is contained in:
parent
8285c4ffc7
commit
4b6d79fc50
@ -18,8 +18,7 @@ check_root() {
|
||||
|
||||
choice() {
|
||||
echo -ne "[y/n]"
|
||||
while true
|
||||
do
|
||||
while true; do
|
||||
read -rN1 input
|
||||
case $input in
|
||||
[yY][eE][sS] | [yY])
|
||||
@ -43,6 +42,7 @@ echo "$APT_UPDATE"
|
||||
$APT_UPDATE
|
||||
|
||||
echo -ne "\nYou want to install Firefox Nightly ($PKG_FIREFOX)? "
|
||||
|
||||
if choice 2>/dev/null; then
|
||||
echo -ne "\nAdd repository for Firefox Nightly\n"
|
||||
$APT_INST apt-transport-https wget
|
||||
|
Loading…
x
Reference in New Issue
Block a user