Last active
July 6, 2025 05:14
-
-
Save danilogco/8436230f95d06bd32f977b77b0b5a8ac to your computer and use it in GitHub Desktop.
Revisions
-
danilogco revised this gist
Jul 6, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ wget https://download.bluemail.me/BlueMail/deb/BlueMail.deb wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6-6ubuntu1_all.deb wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-6ubuntu1_amd64.deb sudo dpkg -i gconf2-common_3.2.6-6ubuntu1_all.deb sudo dpkg -i libgconf-2-4_3.2.6-6ubuntu1_amd64.deb sudo dpkg -i BlueMail.deb # add --no-sandbox in the end of the launcher command -
danilogco revised this gist
Jul 6, 2025 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,6 @@ wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6- wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-6ubuntu1_amd64.deb sudo dpkg -i libgconf-2-4_3.2.6-6ubuntu1_amd64.deb sudo dpkg -i gconf2-common_3.2.6-6ubuntu1_all.deb sudo dpkg -i BlueMail.deb # add --no-sandbox in the end of the launcher command -
danilogco created this gist
Jul 6, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ wget https://download.bluemail.me/BlueMail/deb/BlueMail.deb wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6-6ubuntu1_all.deb wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-6ubuntu1_amd64.deb sudo dpkg -i libgconf-2-4_3.2.6-6ubuntu1_amd64.deb sudo dpkg -i gconf2-common_3.2.6-6ubuntu1_all.deb sudo dpkg -i BlueMail.deb