We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
feat
1 parent 518240f commit 28bfffeCopy full SHA for 28bfffe
install.sh
@@ -28,6 +28,7 @@ echo
28
29
case $choice in
30
1)
31
+ parseTwilight "$@"
32
install
33
;;
34
2)
@@ -125,6 +126,13 @@ install() {
125
126
exit 0
127
}
128
129
+parseTwilight() {
130
+ if [ "$1" == "--twilight" ]; then
131
+ official_package_location="https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-x86_64.tar.xz"
132
+ echo "You're currently in Twilight mode, this means you're downloading the latest experimental features and updates."
133
+ fi
134
+}
135
+
136
remove() {
137
if [ -f "$app_bin_in_local_bin" ]; then
138
echo "Old bin file detected, removing..."
0 commit comments