Skip to content

Instantly share code, notes, and snippets.

@danilogco
Last active July 6, 2025 05:14
Show Gist options
  • Save danilogco/8436230f95d06bd32f977b77b0b5a8ac to your computer and use it in GitHub Desktop.
Save danilogco/8436230f95d06bd32f977b77b0b5a8ac to your computer and use it in GitHub Desktop.

Revisions

  1. danilogco revised this gist Jul 6, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install.sh
    Original 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 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
  2. danilogco revised this gist Jul 6, 2025. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion install.sh
    Original 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
    sudo dpkg -i BlueMail.deb

    # add --no-sandbox in the end of the launcher command
  3. danilogco created this gist Jul 6, 2025.
    6 changes: 6 additions & 0 deletions install.sh
    Original 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