Skip to content

Commit f8cbe5e

Browse files
committed
20230303
1 parent 32cc108 commit f8cbe5e

File tree

6 files changed

+17
-3568
lines changed

6 files changed

+17
-3568
lines changed

7/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------------------
2+
Version 20230303~sparky7~0 (2023-03-03)
3+
-------------------------------------------------------------------------------
4+
* Removed dev installer
5+
16
-------------------------------------------------------------------------------
27
Version 20230119~sparky7~0 (2023-01-19)
38
-------------------------------------------------------------------------------

7/bin/sparky-installer

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#
88
# sparky-installer has been forked
99
# for SparkyLinux by pavroo <[email protected]> 2013/08/04
10-
# Copyright 2013-2021 Under the GNU GPL2 License
11-
# Last update 2022/11/17 by pavroo
10+
# Copyright 2013-2023 Under the GNU GPL2 License
11+
# Last update 2023/03/03 by pavroo
1212

1313
# checking to make sure script is running with root privileges
1414
testroot="`whoami`"
@@ -50,8 +50,8 @@ fi
5050
# fi
5151
#fi
5252

53-
TESTEFI0=`lsmod | grep efi`
54-
if [ -d /sys/firmware/efi/efivars ] || [ "$TESTEFI0" != "" ]; then
53+
# check efi
54+
if [ -d /sys/firmware/efi/efivars ]]; then
5555
TESTEFI="EFI detected"
5656
else
5757
TESTEFI=""
@@ -84,13 +84,13 @@ DEFLOCDIR="/usr/share/sparky/sparky-advanced-installer"
8484
. $DEFLOCDIR/en
8585

8686
#ask for testing dev installer
87-
$DIALOG $TITLE"$TITLETEXT" $YESNO $TEXT"$LOCAL129\n\n$LOCAL130" $HEIGHT $WIDTH
88-
if [ $? = 0 ]; then
89-
echo "using the standard installer"
90-
else
91-
sparky-installer-dev
92-
exit 0
93-
fi
87+
#$DIALOG $TITLE"$TITLETEXT" $YESNO $TEXT"$LOCAL129\n\n$LOCAL130" $HEIGHT $WIDTH
88+
#if [ $? = 0 ]; then
89+
# echo "using the standard installer"
90+
#else
91+
# sparky-installer-dev
92+
# exit 0
93+
#fi
9494

9595
# the first dialog window
9696
if [ -f /lib/live/mount/medium/live/minimal ] || [ "$CHECKMINI" != "" ]; then

0 commit comments

Comments
 (0)