theofficialgman

Results 620 comments of theofficialgman

> How is this not safe it is EXTREMELY UNSAFE. not all users will have an identical sources.list, and MANY MANY will have been edited because by default many ppas...

for reference, here is mine: ``` # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://ports.ubuntu.com/ bionic main restricted deb-src http://ports.ubuntu.com/ bionic main restricted...

> @theofficialgman how about this one no, that has literally the same problem from your last one. read starting from here again why thats so dangerous https://github.com/Botspot/pi-apps/pull/653#issuecomment-1126646314

@Jai-JAP see above commits for the "safe" but still hacks imho. care was taken to never break a users install and always check for functioning apt after making changes while...

no changes, just a proper rebase on master. no merge commits that prevented merging

@Jai-JAP https://discord.com/channels/770629697909424159/770629878319022090/989633079926718506 user attempted install. failed with package resolution errors. someone needs to manually install steam (not using this script) and debug the launch script. it installs `libc6:i386` which is...

> @theofficialgman the installations steps now are based on Install steps now based on https://github.com/ptitSeb/box86/blob/master/install_steam.sh and do not require i386 multiarch... > > The steam deb is now just extracted...

> @Botspot I think this is a good opportunity to switch all scripts using `sudo` to use `sudo_popup` function from the api, to better access sudo on ubuntu (i.e; in...

> https://unix.stackexchange.com/a/254073 I was not aware of --askpass this works nicely ``` SUDO_ASKPASS=/usr/bin/ssh-askpass sudo --askpass commandtorun ``` and it passes without the prompt the next time if the sudo timeout...

I have done more reverse engineering on steam... super strange launch script. if you launch directly, regardless of any variables you set, it ALWAYS skips installing dependencies (good for us)...