[PR #1053] [MERGED] added update scripts #3836

Closed
opened 2026-05-05 10:08:47 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1053
Author: @Fred-Barclay
Created: 1/17/2017
Status: Merged
Merged: 2/4/2017
Merged by: @netblue30

Base: masterHead: update_scripts


📝 Commits (2)

📊 Changes

2 files changed (+23 additions, -0 deletions)

View changed files

contrib/update_deb.sh (+12 -0)
contrib/update_src.sh (+11 -0)

📄 Description

For #1049
I kept the if [ $EUID != 0 ]; then... bit - you might not need it (especially if this is called from firejail) but I figured it was better to have too much than to not send in enough. :)
I also added a sleep 3 line so there's enough time for the user to see that firejail was updated.

Cheers!
Fred


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/1053 **Author:** [@Fred-Barclay](https://github.com/Fred-Barclay) **Created:** 1/17/2017 **Status:** ✅ Merged **Merged:** 2/4/2017 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `update_scripts` --- ### 📝 Commits (2) - [`b81376f`](https://github.com/netblue30/firejail/commit/b81376f197dc94ca9bc13f08051d485abe0ff7d0) added update scripts - [`4d7dcc4`](https://github.com/netblue30/firejail/commit/4d7dcc4b814841ad340582f88bd35bff8f9310ce) changes for review upstream ### 📊 Changes **2 files changed** (+23 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `contrib/update_deb.sh` (+12 -0) ➕ `contrib/update_src.sh` (+11 -0) </details> ### 📄 Description For #1049 I kept the `if [ $EUID != 0 ]; then...` bit - you might not need it (especially if this is called from firejail) but I figured it was better to have too much than to not send in enough. :) I also added a `sleep 3` line so there's enough time for the user to see that firejail was updated. Cheers! Fred --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:08:47 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#3836
No description provided.