Remove easystroke
This commit is contained in:
parent
3997214659
commit
27898ecd79
@ -82,7 +82,6 @@ done
|
|||||||
#in_gimp=0
|
#in_gimp=0
|
||||||
#in_audacity=0
|
#in_audacity=0
|
||||||
#in_mangohud=0
|
#in_mangohud=0
|
||||||
#in_easystrokes=0
|
|
||||||
#in_liferea=0
|
#in_liferea=0
|
||||||
#in_fractal=0
|
#in_fractal=0
|
||||||
#in_bettergram=0
|
#in_bettergram=0
|
||||||
@ -104,7 +103,6 @@ options=(0 "VirtManager" off # any option can be set to default to "on"
|
|||||||
32 "Megatools" off
|
32 "Megatools" off
|
||||||
40 "Handbrake" off
|
40 "Handbrake" off
|
||||||
41 "Audacity" off
|
41 "Audacity" off
|
||||||
50 "Easystroke" on
|
|
||||||
60 "Discord" on
|
60 "Discord" on
|
||||||
61 "Element" on
|
61 "Element" on
|
||||||
62 "Telegram" on
|
62 "Telegram" on
|
||||||
@ -164,10 +162,6 @@ do
|
|||||||
#echo "audacity" >> "$setupdir/selectedpkgs.txt"
|
#echo "audacity" >> "$setupdir/selectedpkgs.txt"
|
||||||
echo "The situation with audacity is unknown right now. Check for FOSS no-telemetry forks"
|
echo "The situation with audacity is unknown right now. Check for FOSS no-telemetry forks"
|
||||||
;;
|
;;
|
||||||
50)
|
|
||||||
#in_easystrokes=1
|
|
||||||
echo "easystroke" >> "$setupdir/aurselectedpkgs.txt"
|
|
||||||
;;
|
|
||||||
60)
|
60)
|
||||||
#in_discord=1
|
#in_discord=1
|
||||||
#echo "discord" >> "$setupdir/selectedpkgs.txt"
|
#echo "discord" >> "$setupdir/selectedpkgs.txt"
|
||||||
@ -558,15 +552,6 @@ else
|
|||||||
fi
|
fi
|
||||||
'
|
'
|
||||||
|
|
||||||
: '
|
|
||||||
if [ $in_easystrokes -eq 1 ]; then
|
|
||||||
echo "Installing Easystrokes"
|
|
||||||
paru -S --needed easystroke
|
|
||||||
else
|
|
||||||
echo "Skipping Easystrokes"
|
|
||||||
fi
|
|
||||||
'
|
|
||||||
|
|
||||||
: '
|
: '
|
||||||
if [ $in_liferea -eq 1 ]; then
|
if [ $in_liferea -eq 1 ]; then
|
||||||
echo "Installing Liferea"
|
echo "Installing Liferea"
|
||||||
|
Loading…
Reference in New Issue
Block a user