mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 04:11:32 -05:00
Remove comment
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
9d23ed263d
commit
411cd6f0d1
@ -23,7 +23,6 @@ sudo systemctl mask debug-shell.service
|
||||
sudo systemctl mask kdump.service
|
||||
|
||||
# Setting umask to 077
|
||||
# Note: Qubes does something here that makes the umask for root stay at 022. Need to debug.
|
||||
umask 077
|
||||
sudo sed -i 's/umask 022/umask 077/g' /etc/bashrc
|
||||
echo 'umask 077' | sudo tee -a /etc/bashrc
|
||||
|
@ -14,7 +14,6 @@
|
||||
# License for the specific language governing permissions and limitations under
|
||||
# the License.
|
||||
|
||||
# Note: Qubes does something that makes the umask for root stay at 022. Need to debug. The umask commands are unnecessary for now.
|
||||
umask 022
|
||||
|
||||
# Install Edge
|
||||
|
Loading…
Reference in New Issue
Block a user