Giter VIP home page Giter VIP logo

Comments (7)

 avatar commented on July 3, 2024 1

Hi. I have created a branch called ly in my fork.
https://github.com/nxjosephofficial/Debian-titus/tree/ly

If you already ran the install script, you can just use the codes below. You don't need to run install script again.

# Installing ly display manager dependencies
sudo nala install build-essential libpam0g-dev libxcb-xkb-dev

# Install ly display manager
git clone --recurse-submodules https://github.com/fairyglade/ly
cd ly
make -j$(nproc)
sudo make install installsystemd
cd ..
rm -rf ly

#  Disable sddm and enable ly
sudo systemctl disable sddm
sudo systemctl enable ly.service
sudo systemctl disable [email protected]

from debian-titus.

RobotsAreCrazy avatar RobotsAreCrazy commented on July 3, 2024

So would this work on an arm64 Debian install or would I have to modify the script to be arch=aarch64 or should that be arm64 to install the various packages e.g. brave browser?

Also, would this also require an install without an desktop environment?

Thanks

from debian-titus.

 avatar commented on July 3, 2024

Also, would this also require an install without an desktop environment?

No, this doesn't matter. You can select your preferred environment in the display manager.

I'm not sure but it should work without any modify.

You are welcome.

from debian-titus.

RobotsAreCrazy avatar RobotsAreCrazy commented on July 3, 2024

Just in the script for things like brave it has arch listed as amd64, so as I use an pi4 I wondered if it would even work

from debian-titus.

 avatar commented on July 3, 2024

Ah, yes. Brave's arch is amd64 in the script. Let me see if brave has arm64 build.

Yes, brave has arm64 build.

I updated the steps for installing brave browser:

# Install brave-browser
nala install apt-transport-https curl -y
curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|tee /etc/apt/sources.list.d/brave-browser-release.list
nala update
nala install brave-browser

from debian-titus.

RobotsAreCrazy avatar RobotsAreCrazy commented on July 3, 2024

Tbh if I can't use brave, maybe flatpak as can then use librewolf it's a really good privacy orientated browser that would be a great option to have in the script

from debian-titus.

 avatar commented on July 3, 2024

Actually it is easy to modify this script. You just put commands that you need to install packages.

from debian-titus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.