Skip to content

Commit 2f8f5ef

Browse files
add sublime-text
1 parent 064f82c commit 2f8f5ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/default/mate/extra-config.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
# => thanks to @GxmerSam for script
4+
35
sudo -n true
46
echo "==[START]=="
57

@@ -60,7 +62,7 @@ sudo sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/trusted.gpg.d/p
6062

6163
rm -f packages.microsoft.gpg
6264
sudo apt update -y
63-
sudo apt install code -y
65+
sudo apt install code sublime-text -y
6466
sudo apt clean
6567

6668
echo "==[END]=="

0 commit comments

Comments
 (0)