diff options
| author | awy <awy@awy.one> | 2025-11-03 01:58:03 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-03 01:58:03 +0300 |
| commit | 98e78e0cfb73cb5faed3fc1ed0d8c32c39636407 (patch) | |
| tree | f33b8aece7506ffc0b116ad7c812e18d0db675af /rice.sh | |
| parent | 8ec578520e5544b9a56ab7df8e3b8b40f2376c40 (diff) | |
| download | hyprdots-98e78e0cfb73cb5faed3fc1ed0d8c32c39636407.tar.gz | |
uosc
Diffstat (limited to 'rice.sh')
| -rwxr-xr-x | rice.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -163,6 +163,12 @@ sed -Ei "s/(network).*/\1=yes/" "$scriptopts_dir/thumbfast.conf" # sponsorblock run_as_user curl -Ls -o "$config_dir/scripts/sponsorblock_minimal.lua" $sponsorblock_url || echo "Couldn't download: $sponsorblock_url" +#uosc +run_as_user wget "https://github.com/tomasklaen/uosc/releases/latest/download/uosc.zip" +run_as_user unzip uosc.zip -d "$config_dir" +run_as_user wget "https://github.com/tomasklaen/uosc/releases/latest/download/uosc.conf" +run_as_user mv uosc.conf "$scriptopts_dir" + # pam sed -i '/auth[[:space:]]*include[[:space:]]*system-local-login/a auth optional pam_gnome_keyring.so' /etc/pam.d/login sed -i '/session[[:space:]]*include[[:space:]]*system-local-login/a session optional pam_gnome_keyring.so auto_start' /etc/pam.d/login |