[PR #54] [MERGED] Add bash label and --classic flag to snap install #57

Closed
opened 2025-09-10 22:50:08 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscodium.github.io/pull/54
Author: @ElnuDev
Created: 9/22/2021
Status: Merged
Merged: 12/19/2021
Merged by: @stripedpajamas

Base: masterHead: master


📝 Commits (1)

  • 9234462 Add bash label and --classic flag to snap install

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 _posts/2000-01-05-install.md (+2 -2)

📄 Description

Using the snap install codium command as is currently on the website doesn't work, giving this error:

error: This revision of snap "codium" was published using classic confinement
       and thus may perform arbitrary system changes outside of the security
       sandbox that snaps are usually confined to, which may put your system at
       risk.

       If you understand and want to proceed repeat the command including
       --classic.

One should include the --classic flag on the website to make the install process more smooth.

Additionally, I've added the bash label to the code block to make it consistent with the rest of the site.


🔄 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/VSCodium/vscodium.github.io/pull/54 **Author:** [@ElnuDev](https://github.com/ElnuDev) **Created:** 9/22/2021 **Status:** ✅ Merged **Merged:** 12/19/2021 **Merged by:** [@stripedpajamas](https://github.com/stripedpajamas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9234462`](https://github.com/VSCodium/vscodium.github.io/commit/9234462bf483f6f972824cbd7df6f0cbea49f2a3) Add bash label and --classic flag to snap install ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `_posts/2000-01-05-install.md` (+2 -2) </details> ### 📄 Description Using the `snap install codium` command as is currently on the website doesn't work, giving this error: ``` error: This revision of snap "codium" was published using classic confinement and thus may perform arbitrary system changes outside of the security sandbox that snaps are usually confined to, which may put your system at risk. If you understand and want to proceed repeat the command including --classic. ``` One should include the `--classic` flag on the website to make the install process more smooth. Additionally, I've added the `bash` label to the code block to make it consistent with the rest of the site. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-09-10 22:50:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium.github.io#57